diff --git a/charts/incubator/librephotos/Chart.yaml b/charts/incubator/librephotos/Chart.yaml index 969570bb2c7..5767a0653d5 100644 --- a/charts/incubator/librephotos/Chart.yaml +++ b/charts/incubator/librephotos/Chart.yaml @@ -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 diff --git a/charts/incubator/librephotos/templates/configmap.yaml b/charts/incubator/librephotos/templates/configmap.yaml index 20645920387..fdf25dd3332 100644 --- a/charts/incubator/librephotos/templates/configmap.yaml +++ b/charts/incubator/librephotos/templates/configmap.yaml @@ -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; }