소스 검색

Add missing access_log statement to HTTPS fallback

Mike Dillon 9 년 전
부모
커밋
6b5e12a946
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      nginx.tmpl

+ 1 - 0
nginx.tmpl

@@ -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;