1
0
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:
2020-04-24 17:33:24 +02:00
parent 7194da8358
commit 3c6503b98f
4 changed files with 23 additions and 5 deletions

View File

@ -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;
}
}
}