upgrade garage to v2.2.0, add /media/ proxy to nginx
Deploy garage / deploy (push) Successful in 7s
Deploy nginx / deploy (push) Successful in 3s

This commit is contained in:
2026-03-19 16:45:22 -04:00
parent df179546ae
commit a64f81f503
7 changed files with 31 additions and 1 deletions
+5
View File
@@ -308,6 +308,11 @@ server {
add_header Strict-Transport-Security "max-age=63072000; preload" always;
location /media/ {
proxy_pass http://garage:3902/;
proxy_set_header Host $APP.web.garage;
}
location / {
proxy_pass http://$CONTAINER_NAME:80;
proxy_set_header Host \$host;