We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9348104 commit 18506ebCopy full SHA for 18506eb
deployment/nginx/templates/dlfp.conf.template
@@ -5,7 +5,9 @@ server {
5
server_name ${DOMAIN};
6
7
location /fonts {
8
- alias /var/linuxfr/fonts;
+ access_log off;
9
+ expires 7d;
10
+ root /var/linuxfr/;
11
}
12
13
location ~ ^/(avatars|medias)/ {
0 commit comments