server {
listen 80;
listen [::]:80;
server_name arji-robi.be www.arji-robi.be;
return 301 https://$host$request_uri;
}
server {
location ~* \.(jpg|jpeg|png|gif|ico|css|js|svg|woff|woff2|ttf)$ {
expires 30d;
access_log off;
}
}