Roman Reitschmied
Roman Reitschmied
### TLDR: The map directive is only allowed in the http context. See https://nginx.org/en/docs/http/ngx_http_map_module.html ### Longer Description: This map block was introduced in [this commit](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/289e438c59ed707f6335404da2e4b15589583075) If the code in [_hsts_map.conf](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/0353051436f96ce3025043d874bc3783e895bed4/backend/templates/_hsts_map.conf)...
This PR adds the ability to show the sidebar in the album view, so that the whole album can be downloaded (for anonymous share users). This should close https://github.com/photoview/photoview/issues/613 In...