⚰: remove dead websites
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m19s

This commit is contained in:
VC
2025-04-07 10:46:35 +02:00
parent cfdc683d12
commit c5a7a1f7cb
12 changed files with 3 additions and 167 deletions

View File

@@ -1,13 +1,13 @@
server {
listen *:443 ssl http2;
listen [::]:443 ssl http2;
server_name nintendojofr.com www.nintendojofr.com;
server_name www.nintendojofr.com nintendojofr.com;
access_log /var/log/nginx/nintendojofr.com.access.log combined;
access_log syslog:server=unix:/dev/log combined;
error_log /var/log/nginx/nintendojofr.com.error.log;
error_log syslog:server=unix:/dev/log;
ssl_certificate /etc/x509/nintendojofr.com/fullchain.cer;
ssl_certificate_key /etc/x509/nintendojofr.com/nintendojofr.com.key;
ssl_certificate /etc/x509/www.nintendojofr.com/fullchain.cer;
ssl_certificate_key /etc/x509/www.nintendojofr.com/www.nintendojofr.com.key;
root /var/www/www.nintendojofr.com/;
index index.html index.htm index.php;