mirror of
https://github.com/dcarrillo/docker-nginx.git
synced 2025-07-04 11:19:25 +00:00
Bump nginx version to 1.18.0
This commit is contained in:
@ -79,5 +79,11 @@ http {
|
||||
location = /nginx_status {
|
||||
stub_status on;
|
||||
}
|
||||
|
||||
location = /phpfpm_status {
|
||||
include /usr/local/nginx/conf/fastcgi_params;
|
||||
fastcgi_pass php:9000;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user