Skip to content

Commit e6a2249

Browse files
committed
#33: use 60 second timeout
1 parent e7c2a39 commit e6a2249

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ctor/etc/nginx/nginx.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ http {
1616
sendfile on;
1717
tcp_nopush on;
1818
tcp_nodelay on;
19-
keepalive_timeout 65;
19+
keepalive_timeout 60;
2020
types_hash_max_size 2048;
2121
# server_tokens off;
2222

@@ -60,7 +60,7 @@ http {
6060
##
6161
# Uncomment it if you installed nginx-passenger
6262
##
63-
63+
6464
#passenger_root /usr;
6565
#passenger_ruby /usr/bin/ruby;
6666

@@ -76,17 +76,17 @@ http {
7676
#mail {
7777
# # See sample authentication script at:
7878
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
79-
#
79+
#
8080
# # auth_http localhost/auth.php;
8181
# # pop3_capabilities "TOP" "USER";
8282
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
83-
#
83+
#
8484
# server {
8585
# listen localhost:110;
8686
# protocol pop3;
8787
# proxy on;
8888
# }
89-
#
89+
#
9090
# server {
9191
# listen localhost:143;
9292
# protocol imap;

0 commit comments

Comments
 (0)