Plein de trucs fonctionnent maintenant
This commit is contained in:
parent
8758598104
commit
e3384eaa6b
22 changed files with 321 additions and 352 deletions
|
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80 ipv6only=on;
|
||||
listen [::]:80;
|
||||
server_name fic fic.p0m.fr fic.nemunai.re;
|
||||
|
||||
access_log /var/log/nginx/fic.access_log;
|
||||
|
|
@ -25,7 +25,7 @@ server {
|
|||
add_header Cache-Control public;
|
||||
}
|
||||
|
||||
location ~ ^/(img|cjs|ccss)/ {
|
||||
location ~ ^/(img|js|css)/ {
|
||||
access_log off;
|
||||
expires 7d;
|
||||
add_header Cache-Control public;
|
||||
|
|
|
|||
Reference in a new issue