10 lines
207 B
Django/Jinja
10 lines
207 B
Django/Jinja
server {
|
|
{% include './templates/header.conf.j2' %}
|
|
root /srv/http/forum.nintendojofr.com/;
|
|
index index.html index.htm index.php;
|
|
|
|
location / {
|
|
return 301 https://forum.nintendojo.fr$request_uri;
|
|
}
|
|
}
|