initial commit for https2https plugin (#2201)

This commit is contained in:
Kevin Crawley
2021-01-26 23:14:16 -06:00
committed by GitHub
parent fa89671452
commit 52d5c9e25b
3 changed files with 151 additions and 1 deletions

View File

@@ -246,6 +246,16 @@ plugin_key_path = ./server.key
plugin_host_header_rewrite = 127.0.0.1
plugin_header_X-From-Where = frp
[plugin_https2https]
type = https
custom_domains = test.yourdomain.com
plugin = https2https
plugin_local_addr = 127.0.0.1:443
plugin_crt_path = ./server.crt
plugin_key_path = ./server.key
plugin_host_header_rewrite = 127.0.0.1
plugin_header_X-From-Where = frp
[plugin_http2https]
type = http
custom_domains = test.yourdomain.com