1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlist_ynh.git synced 2024-09-03 18:36:18 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-01-30 12:14:25 +01:00
parent f6b4eb12ad
commit cc6dff98c4

View file

@ -26,7 +26,7 @@ location __PATH__/ {
location ~* ^[^(\.php)]+\.(jpg|jpeg|gif|png|ico|css|pdf|ppt|txt|bmp|rtf|js)$ { location ~* ^[^(\.php)]+\.(jpg|jpeg|gif|png|ico|css|pdf|ppt|txt|bmp|rtf|js)$ {
access_log off; access_log off;
expires 1h; expires 1h;
add_header Cache-Control public; more_set_headers "Cache-Control: public";
} }
# Include SSOWAT user panel. # Include SSOWAT user panel.