Skip to content

Commit 39a7a47

Browse files
Update nginx.conf
1 parent b061002 commit 39a7a47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/deb/nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ http {
3333
server_names_hash_bucket_size 512;
3434
charset utf-8;
3535

36+
# FastCGI settings
3637
fastcgi_buffers 4 256k;
3738
fastcgi_buffer_size 256k;
3839
fastcgi_busy_buffers_size 256k;
@@ -41,6 +42,7 @@ http {
4142
fastcgi_read_timeout 300s;
4243
fastcgi_send_timeout 180s;
4344

45+
# Proxy settings
4446
proxy_redirect off;
4547
proxy_set_header Host $host;
4648
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)