Fix server readiness check and update version

number
This commit is contained in:
Andras Bacsai
2023-11-17 14:14:13 +01:00
parent 48d7c6e76f
commit d38d50dca2
7 changed files with 5 additions and 18 deletions

View File

@@ -1022,10 +1022,6 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
listen [::]:80;
server_name localhost;
// real_ip_header X-Forwarded-For;
// proxy_set_header X-Real-IP \$remote_addr;
// proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
location / {
root /usr/share/nginx/html;
index index.html;