1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2025-11-20 03:12:36 +00:00

Bump nginx to 1.29.3 and refactor the building/testing

This commit is contained in:
2025-11-05 17:29:37 +01:00
parent 0e36c5ba23
commit 2926640687
9 changed files with 65 additions and 112 deletions

View File

@@ -49,18 +49,13 @@ http {
#######################################################
server {
listen 80 default_server;
listen 443 http2 ssl;
listen 443 ssl;
http2 on;
server_name _ "";
access_log /dev/fd/1;
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;
}
}
}