add charset

master
Dirk Heilig 2024-08-28 22:00:35 +02:00
parent 922ece8af4
commit be06105f20
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ server {
listen 80 default_server; listen 80 default_server;
root /www/; root /www/;
index index.prom; index index.prom;
charset utf-8;
types { types {
text/plain prom; text/plain prom;
} }