diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 23:22:55 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 23:22:55 -0700 |
commit | 780250947310321beb32149d09d4deb568cb2820 (patch) | |
tree | 94a34227cef74ffe4b1ddd4b74b0bea62d97e0a4 /roles/private/files | |
parent | 4a123b6f4a2ece850175cc4402fc30326ae17075 (diff) | |
download | oldinfra-780250947310321beb32149d09d4deb568cb2820.tar.gz oldinfra-780250947310321beb32149d09d4deb568cb2820.zip |
utf 8 nginx
Diffstat (limited to 'roles/private/files')
-rw-r--r-- | roles/private/files/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/private/files/nginx.conf b/roles/private/files/nginx.conf index 6ddd8ab..1e04156 100644 --- a/roles/private/files/nginx.conf +++ b/roles/private/files/nginx.conf @@ -7,6 +7,7 @@ events { } http { + charset utf-8; sendfile on; tcp_nopush on; tcp_nodelay on; |