mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-04 20:55:58 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user