This commit is contained in:
Tommy Parnell
2022-06-22 20:27:04 -04:00
parent 67bd122144
commit 4ebe5fd413
4 changed files with 24 additions and 15 deletions

View File

@@ -39,6 +39,6 @@ curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo apt update
sudo apt install caddy
sudo echo "ide.terrible.dev \
sudo echo "${dns_name} \
reverse_proxy 127.0.0.1:8080" > /etc/caddy/Caddyfile
sudo systemctl reload caddy