mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Do not try_files if static file not exists
This commit is contained in:
parent
65c24af9d5
commit
a0f5caee58
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,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