mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-24 21:06:31 +00:00
Add missing access_log statement to HTTPS fallback
This commit is contained in:
parent
3f223abeb8
commit
6b5e12a946
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user