rules update

pull/26/head
有安科技 1 year ago
parent 4c8459454d
commit 8743dc1c23

@ -0,0 +1,15 @@
--[[
: httphttps
:
:
: httphttps
--]]
if ngx.var.scheme == "http" then
return ngx.redirect("https://" .. ngx.var.host)
end
return false
Loading…
Cancel
Save