fix in reverse
This commit is contained in:
@@ -43,7 +43,6 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://web:80/;
|
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