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 | |
| parent | 4a123b6f4a2ece850175cc4402fc30326ae17075 (diff) | |
| download | oldinfra-780250947310321beb32149d09d4deb568cb2820.tar.gz oldinfra-780250947310321beb32149d09d4deb568cb2820.zip | |
utf 8 nginx
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/private/files/nginx.conf | 1 | ||||
| -rw-r--r-- | roles/webservers/files/nginx.conf | 1 |
2 files changed, 2 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; diff --git a/roles/webservers/files/nginx.conf b/roles/webservers/files/nginx.conf index 4d8402d..2e36cdd 100644 --- a/roles/webservers/files/nginx.conf +++ b/roles/webservers/files/nginx.conf @@ -9,6 +9,7 @@ events { } http { + charset utf-8; sendfile on; tcp_nopush on; tcp_nodelay on; |
