switch docker image

This commit is contained in:
2026-06-14 09:13:05 -06:00
parent fa6736b855
commit dab6734d03
5 changed files with 270 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
user nginx;
user www-data;
daemon off;
pid /tmp/nginx.pid;
worker_processes auto;
@@ -63,4 +63,3 @@ add_header X-XSS-Protection "1; mode=block" always;
# }
}