mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-08 07:39:54 +01:00
Fix rule
This commit is contained in:
@@ -26,8 +26,8 @@ server {
|
||||
|
||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
|
||||
add_header Vary "Accept-Encoding";
|
||||
expires max;
|
||||
try_files $uri @sutra;
|
||||
expires max;
|
||||
try_files $uri @gitlist;
|
||||
tcp_nodelay off;
|
||||
tcp_nopush on;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user