From d1268235ac30e50f1ba678e1f5bcd4b016582f80 Mon Sep 17 00:00:00 2001 From: Nico Hanus Date: Fri, 17 Apr 2020 13:07:08 +0200 Subject: [PATCH] ***NO_CI*** fix nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index bbaecc7e7..3d20b43b2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ server { gzip_comp_level 9; etag on; location / { - try_files \$uri \$uri/ /index.html; + try_files $uri $uri/ /index.html; } location /static/ { add_header Cache-Control max-age=31536000;