first commit
This commit is contained in:
@@ -77,7 +77,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://web:80/;
|
try_files $uri =404;
|
||||||
|
|
||||||
if ($static_file) {
|
if ($static_file) {
|
||||||
add_header Cache-Control "public, max-age=31536000, immutable" always;
|
add_header Cache-Control "public, max-age=31536000, immutable" always;
|
||||||
|
|||||||
Reference in New Issue
Block a user