First commit
This commit is contained in:
14
roles/nginx/templates/vhosts/www.intendo.fr.conf.j2
Normal file
14
roles/nginx/templates/vhosts/www.intendo.fr.conf.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen *:443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
ssl_certificate /etc/x509/intendo.fr/fullchain.cer;
|
||||
ssl_certificate_key /etc/x509/intendo.fr/intendo.fr.key;
|
||||
server_name intendo.fr www.intendo.fr;
|
||||
access_log /var/log/intendo.fr.access.log combined_port;
|
||||
error_log /var/log/intendo.fr.error.log;
|
||||
|
||||
location / {
|
||||
return 302 https://www.nintendojo.fr$request_uri;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user