From 1008d99144146b39d31826fb50577c0125d4c221 Mon Sep 17 00:00:00 2001 From: sharkoz Date: Tue, 3 Sep 2019 21:37:37 +0200 Subject: [PATCH] Update nginx.tmpl Co-Authored-By: Linus Groh --- nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index 917e71d..288f56c 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -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; } }