change nginx conf
This commit is contained in:
parent
b33cbf963d
commit
7f5d893898
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue