chore: added http-to-https template

This commit is contained in:
0xJacky 2023-01-28 19:37:30 +08:00
parent 6ff87eb425
commit 561771cf10
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

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