fix(librephotos): fix nginx host (#1891)
This commit is contained in:
parent
1e1ed16595
commit
27b0af376d
|
@ -27,7 +27,7 @@ name: librephotos
|
|||
sources:
|
||||
- https://github.com/LibrePhotos/librephotos
|
||||
- https://hub.docker.com/r/reallibrephotos/librephotos
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
|
|
@ -30,7 +30,7 @@ data:
|
|||
location ~ ^/(api|media)/ {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Host localhost;
|
||||
include uwsgi_params;
|
||||
proxy_pass http://localhost:8001;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue