1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Fix template utf-8

This commit is contained in:
L3D 2021-08-21 23:24:39 +02:00
parent cd38be370a
commit ca26f6278c
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 22 additions and 20 deletions

View file

@ -11,6 +11,7 @@ server {
root /srv/www/c3woc.de;
location / {
charset utf-8;
try_files $uri $uri/ =404;
}
}

View file

@ -11,6 +11,7 @@ server {
root /srv/www/preview.c3woc.de;
location / {
charset utf-8;
try_files $uri $uri/ =404;
}
}