摘要:server{ listen 8156; # 监听端口(根据自己的需求更改) server_name localhost; # 域名 root /www/php; index index.html index.htm index.php; location ~ .*\.php/?.*$ { fast
阅读全文
|
01 2024 档案
摘要:server{ listen 8156; # 监听端口(根据自己的需求更改) server_name localhost; # 域名 root /www/php; index index.html index.htm index.php; location ~ .*\.php/?.*$ { fast
阅读全文
|