Update nginx.conf.example
This commit is contained in:
parent
cb40dd85d1
commit
5cc0d5f5c5
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user