diff options
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; |