: redirect nintendojofr.com to nintendojo.fr

This commit is contained in:
VC
2024-07-22 10:51:48 +02:00
parent b49b680bdf
commit 72c92bac88
8 changed files with 53 additions and 31 deletions

View File

@@ -1,14 +0,0 @@
server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://web_backend_{{ item.split('.')|join('_') }};
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
}
}
upstream web_backend_{{ item.split('.')|join('_') }} {
# If you have a garage instance locally.
server [::1]:3902;
}