Skip to content
Snippets Groups Projects
Verified Commit 4ca0ccd0 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Update Caddyfile to Caddy 2

parent 8acec796
No related branches found
No related tags found
No related merge requests found
localhost:8881 {
errors stderr
log stdout
http://localhost:8881
gzip
log
proxy /api https://reproducible.archlinux.org/ {
transparent
}
encode gzip
proxy / 127.0.0.1:9966 {
transparent
}
proxy /livereload 127.0.0.1:9966 {
websocket
transparent
}
}
reverse_proxy 127.0.0.1:9966
reverse_proxy /api/* https://reproducible.archlinux.org
reverse_proxy /livereload 127.0.0.1:9966
......@@ -14,7 +14,7 @@ tmux select-pane -t 1
tmux send-keys "make sass-watcher" C-m
tmux split-window -v
tmux select-pane -t 2
tmux send-keys "caddy" C-m
tmux send-keys "caddy run" C-m
# Set default window
tmux select-window -t $SESSION:+1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment