## Shaarli server { {% include './templates/header.conf.j2' %} root /srv/http/fav.libertus.eu/; index index.html index.htm index.php; location ^/(cache|data)/ { deny all; } location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ { expires 2w; log_not_found off; } location ~ \.php$ { try_files $uri $uri/ =404; fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock; include fastcgi_params; } }