We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c2a39 commit e6a2249Copy full SHA for e6a2249
1 file changed
ctor/etc/nginx/nginx.conf
@@ -16,7 +16,7 @@ http {
16
sendfile on;
17
tcp_nopush on;
18
tcp_nodelay on;
19
- keepalive_timeout 65;
+ keepalive_timeout 60;
20
types_hash_max_size 2048;
21
# server_tokens off;
22
@@ -60,7 +60,7 @@ http {
60
##
61
# Uncomment it if you installed nginx-passenger
62
63
-
+
64
#passenger_root /usr;
65
#passenger_ruby /usr/bin/ruby;
66
@@ -76,17 +76,17 @@ http {
76
#mail {
77
# # See sample authentication script at:
78
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
79
-#
+#
80
# # auth_http localhost/auth.php;
81
# # pop3_capabilities "TOP" "USER";
82
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
83
84
# server {
85
# listen localhost:110;
86
# protocol pop3;
87
# proxy on;
88
# }
89
90
91
# listen localhost:143;
92
# protocol imap;
0 commit comments