fix(nginx): terminate line by ;

This commit is contained in:
Jewgeni Lewash 2024-03-02 20:31:13 +01:00
parent 9555d2a28d
commit 74d33622d7

View File

@ -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;