feature/resync #6

Merged
ahuston-0 merged 5 commits from feature/resync into add-gitea-pulls 2025-06-01 01:37:55 -04:00
Showing only changes of commit ae8c1554cb - Show all commits

View File

@ -63,8 +63,7 @@ following:
.. other configuration ..
location /hydra/ {
proxy_pass http://127.0.0.1:3000;
proxy_redirect http://127.0.0.1:3000 https://example.com/hydra;
proxy_pass http://127.0.0.1:3000/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@ -74,6 +73,9 @@ following:
}
}
Note the trailing slash on the `proxy_pass` directive, which causes nginx to
strip off the `/hydra/` part of the URL before passing it to hydra.
Populating a Cache
------------------