Compare commits
No commits in common. "b84b66684594ac9a10d064a912248241a0e461c0" and "c98ea7a17b34c9eb19cfbbe1180265736a86be14" have entirely different histories.
b84b666845
...
c98ea7a17b
@ -48,8 +48,6 @@
|
|||||||
user nginx nginx;
|
user nginx nginx;
|
||||||
daemon off;
|
daemon off;
|
||||||
error_log /dev/stdout info;
|
error_log /dev/stdout info;
|
||||||
gzip on;
|
|
||||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
|
||||||
pid /dev/null;
|
pid /dev/null;
|
||||||
events {}
|
events {}
|
||||||
http {
|
http {
|
||||||
@ -64,7 +62,7 @@
|
|||||||
add_header X-Content-Type-Options "nosniff";
|
add_header X-Content-Type-Options "nosniff";
|
||||||
location / {
|
location / {
|
||||||
root ${staticAssetsPath};
|
root ${staticAssetsPath};
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.php?$query_string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user