change nginx conf

This commit is contained in:
2023-10-27 19:00:21 +02:00
parent b33cbf963d
commit 7f5d893898

View File

@@ -16,7 +16,7 @@ in {
locations."/".extraConfig = '' locations."/".extraConfig = ''
index index.html; index index.html;
try_files $uri $uri/ =404; try_files $uri $uri/ /index.html$is_args$args;
''; '';
locations."~* \.(js|jpg|gif|png|webp|css|woff2)$".extraConfig = '' locations."~* \.(js|jpg|gif|png|webp|css|woff2)$".extraConfig = ''