remove index.html pointer from docker nginx confs and host-your-own.md as it is unnecessary for the implemented node only solution

This commit is contained in:
schlagmichdoch 2023-02-10 12:43:16 +01:00
parent 36080f6935
commit 206b42614d
3 changed files with 83 additions and 38 deletions

View file

@ -4,11 +4,6 @@ server {
expires epoch;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
location /server {
proxy_connect_timeout 300;
proxy_pass http://node:3000;
proxy_set_header Connection "upgrade";
@ -31,11 +26,6 @@ server {
expires epoch;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
location /server {
proxy_connect_timeout 300;
proxy_pass http://node:3000;
proxy_set_header Connection "upgrade";

View file

@ -22,11 +22,6 @@ server {
expires epoch;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
location /server {
proxy_connect_timeout 300;
proxy_pass http://node:3000;
proxy_set_header Connection "upgrade";