1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 13:46:08 +03:00
ProxySU/TemplateConfg/Naiveproxy_server_config.caddyfile

14 lines
204 B
Plaintext
Raw Normal View History

2020-04-29 09:02:09 +03:00
##domain## {
log stdout
errors stderr
root /var/www
tls off
##sites##
forwardproxy {
##basicauth##
probe_resistance
hide_ip
hide_via
upstream http://127.0.0.1:8383
}
}