We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff87eb commit 561771cCopy full SHA for 561771c
template/block/http-to-https.conf
@@ -0,0 +1,7 @@
1
+# Nginx UI Template Start
2
+# Name: HTTP to HTTPS
3
+# Description[en]: HTTP force redirect to HTTPS Config
4
+# Description[zh_CN]: HTTP 强制跳转 HTTPS 配置
5
+# Author: @0xJacky
6
+# Nginx UI Template End
7
+return 307 https://$server_name$request_uri;
0 commit comments