UTF-8 charset

This commit is contained in:
Matteo Bini 2023-03-07 16:38:31 +01:00
parent ae286ceecb
commit 22b077ede7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
apt-get -y install nginx-light libnginx-mod-http-headers-more-filter
printf 'access_log off;\nlog_not_found off;\nmore_clear_headers server;\nserver_tokens off;\n' > /etc/nginx/conf.d/base.conf
printf 'access_log off;\ncharset utf-8;\nlog_not_found off;\nmore_clear_headers server;\nserver_tokens off;\n' > /etc/nginx/conf.d/base.conf
openssl dhparam -out /etc/ssl/dh4096.pem 4096
chown root:ssl-cert /etc/ssl/dh4096.pem
chmod 440 /etc/ssl/dh4096.pem