fix(nginx): terminate line by ;
This commit is contained in:
parent
9555d2a28d
commit
74d33622d7
@ -38,7 +38,7 @@ http {
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
try_files $uri $uri/ /index.html
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
|
||||
expires 30d;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user