소스 검색

bugfix: did redirect acme challange request to https

master
부모
커밋
570ddfdcea
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      templates/vhost.conf.j2

+ 3
- 1
templates/vhost.conf.j2 파일 보기

@@ -55,6 +55,8 @@ server {
root /var/www/default;
}

return 301 https://$host$request_uri;
location / {
return 301 https://$host$request_uri;
}

}

불러오는 중...
취소
저장