This commit is contained in:
19
roles/nginx/templates/vhosts/tamerelol.giteu.be.conf.j2
Normal file
19
roles/nginx/templates/vhosts/tamerelol.giteu.be.conf.j2
Normal file
@@ -0,0 +1,19 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
root /srv/http/analyse.nintendojo.fr/;
|
||||
index index.html index.htm index.php;
|
||||
|
||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
|
||||
expires 2w;
|
||||
log_not_found off;
|
||||
}
|
||||
|
||||
location ~ \.htaccess$ {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ~ ^/tmp {
|
||||
deny all;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user