Enable access and error logging on all services
This commit is contained in:
@@ -17,10 +17,14 @@ server {
|
||||
|
||||
# See https://ssl-config.mozilla.org/#server=nginx for the latest ssl settings recommendations
|
||||
# An example config is given below
|
||||
ssl_protocols TLSv1.2;
|
||||
# ssl_protocols TLSv1.2;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5:!SHA1:!kRSA;
|
||||
ssl_prefer_server_ciphers off;
|
||||
|
||||
# Logging
|
||||
access_log /var/log/nginx/mailcow.novicelab.io_access.log;
|
||||
error_log /var/log/nginx/mailcow.novicelab.io_error.log;
|
||||
|
||||
location /Microsoft-Server-ActiveSync {
|
||||
proxy_pass https://10.0.0.251:7443/Microsoft-Server-ActiveSync;
|
||||
proxy_set_header Host $http_host;
|
||||
|
||||
Reference in New Issue
Block a user