gossa/support/Caddyfile
2019-09-07 11:47:41 +02:00

8 lines
No EOL
235 B
Caddyfile

# Caddy config
# to enable https just set a valid/reachable domain instead of *:8002 - how simple !
# authentication has been setup with 2 users, alice and bob
*:8002
basicauth / alice paul
basicauth / bob dylan
proxy / 127.0.0.1:8001