ssl_verify_client on;
root /var/empty;
access_log /var/log/nginx/access-<%= ssl_port %>.log;
- rewrite_log /var/log/nginx/rewrite-<%= ssl_port %>.log;
+ rewrite_log on;
# Variables
# $ssl_cipher returns the line of those utilized it is cipher for established SSL-connection
ssl_verify_client off;
root /var/empty;
access_log /var/log/nginx/access-<%= non_ssl_port %>.log;
- rewrite_log /var/log/nginx/rewrite-<%= non_ssl_port %>.log;
+ rewrite_log on;
location / {
proxy_pass http://puppet-production;