Remove unnecessary config

This commit is contained in:
Alex Kotov 2023-05-29 16:19:49 +04:00
parent faf632c456
commit fc2ec0c25e
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 24 deletions

View File

@ -9,11 +9,10 @@ events {
}
stream {
include /etc/nginx/stream.conf;
include /etc/nginx/stream.conf;
}
http {
##
# Basic Settings
##
@ -63,25 +62,3 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
#mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
#
# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
#
# server {
# listen localhost:110;
# protocol pop3;
# proxy on;
# }
#
# server {
# listen localhost:143;
# protocol imap;
# proxy on;
# }
#}