This commit is contained in:
Pierre Dubouilh
2019-12-15 19:06:59 +01:00
parent fe12ed05c5
commit 31775b6ae9
28 changed files with 138 additions and 172 deletions
+8
View File
@@ -0,0 +1,8 @@
# Caddy config
# to enable https just set a valid domain (e.g. mydomain.com) instead of :8080 - how simple !
# authentication has been setup with 2 users, alice and bob
:8080
basicauth / alice paul
basicauth / bob dylan
proxy / 127.0.0.1:8001