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:
parent
cd38be370a
commit
ca26f6278c
2 changed files with 22 additions and 20 deletions
|
@ -11,6 +11,7 @@ server {
|
||||||
root /srv/www/c3woc.de;
|
root /srv/www/c3woc.de;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
charset utf-8;
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,7 @@ server {
|
||||||
root /srv/www/preview.c3woc.de;
|
root /srv/www/preview.c3woc.de;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
charset utf-8;
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue