mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
chore: added http-to-https template
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user