mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Do not try_files if static file not exists
This commit is contained in:
parent
908bdd5b33
commit
a03a01eecc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ server {
|
||||||
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
||||||
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
|
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
|
||||||
expires max;
|
expires max;
|
||||||
try_files $uri @fallback;
|
# try_files $uri @fallback;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue