Add missing access_log statement to HTTPS fallback

This commit is contained in:
Mike Dillon 2015-10-06 21:18:00 -07:00
parent 3f223abeb8
commit 6b5e12a946

View file

@ -62,6 +62,7 @@ server {
server {
server_name _; # This is just an invalid value which will never trigger on a real hostname.
listen 443 ssl http2;
access_log /var/log/nginx/access.log vhost;
return 503;
ssl_certificate /etc/nginx/certs/default.crt;