mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Do not try_files if static file not exists
This commit is contained in:
parent
a0f5caee58
commit
908bdd5b33
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,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