Fix after test on test-repo

This commit is contained in:
2026-01-28 13:37:01 +01:00
parent f332d62f8a
commit cc3a4e1bde
3 changed files with 103 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
server {
listen ${NGINX_PORT};
server_name ${NGINX_SERVER_NAME};
listen 80;
server_name _;
root /usr/share/nginx/html;
index index.html;