소스 검색

chore: added http-to-https template

0xJacky 2 년 전
부모
커밋
561771cf10
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      template/block/http-to-https.conf

+ 7 - 0
template/block/http-to-https.conf

@@ -0,0 +1,7 @@
+# Nginx UI Template Start
+# Name: HTTP to HTTPS
+# Description[en]: HTTP force redirect to HTTPS Config
+# Description[zh_CN]: HTTP 强制跳转 HTTPS 配置
+# Author: @0xJacky
+# Nginx UI Template End
+return 307 https://$server_name$request_uri;