Update nginx.tmpl

Co-Authored-By: Linus Groh <mail@linusgroh.de>
This commit is contained in:
sharkoz
2019-09-03 21:37:37 +02:00
committed by GitHub
co-authored by Linus Groh
parent 95d8200338
commit 1008d99144
+1 -1
View File
@@ -19,7 +19,7 @@ http {
proxy_set_header Connection upgrade;
}
location / {
include /etc/nginx/mime.types;
include /etc/nginx/mime.types;
try_files $uri $uri/index.html;
}
}