upgrade garage to v2.2.0, add /media/ proxy to nginx
This commit is contained in:
@@ -38,6 +38,11 @@ server {
|
||||
|
||||
add_header Strict-Transport-Security "max-age=63072000; preload" always;
|
||||
|
||||
location /media/ {
|
||||
proxy_pass http://garage:3902/;
|
||||
proxy_set_header Host thekims.family.web.garage;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://thekims_family:80;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user