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