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