Update nginx.conf.example

This commit is contained in:
chenc 2024-07-16 14:45:57 +08:00
parent cb40dd85d1
commit 5cc0d5f5c5

View File

@ -87,7 +87,7 @@ lua_shared_dict my_limit_req_store1 100m;
proxy_pass http://host.docker.internal:10115/; proxy_pass http://host.docker.internal:10115/;
} }
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {
fastcgi_pass php73:9000; fastcgi_pass php83:9000;
#fastcgi_pass unix:/dev/shm/php-cgi.sock; #fastcgi_pass unix:/dev/shm/php-cgi.sock;
fastcgi_index index.php; fastcgi_index index.php;
include fastcgi.conf; include fastcgi.conf;