1
0

remove Pregen ymls and renamed production-traefik fodler

This commit is contained in:
Andrew Camilleri
2018-09-30 10:14:58 +02:00
parent 70e2b2c125
commit 8d2fe8e8b9
12 changed files with 2 additions and 723 deletions

View File

@@ -30,7 +30,7 @@ if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
fi
if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then
cp Production-Traefik/traefik.toml Generated/traefik.toml
cp Traefik/traefik.toml Generated/traefik.toml
:> Generated/acme.json
chmod 600 Generated/acme.json
fi