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

Default to localhost

budo starts serving on localhost, so also reverse proxy to localhost.
parent 9c4d97a0
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ log
encode gzip
reverse_proxy 127.0.0.1:9966
reverse_proxy localhost:9966
reverse_proxy /api/* https://reproducible.archlinux.org
reverse_proxy /livereload 127.0.0.1:9966
reverse_proxy /livereload localhost:9966
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