0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 02:45:09 +01:00
nextcloud-docker/.examples/docker-compose/with-nginx-proxy/mariadb/apache/proxy/Dockerfile
danchal abd12b7d7b add proxy_cookie_path
The __Host prefix mitigates cookie injection vulnerabilities within potential third-party software sharing the same second level domain.
This is one of the metrics used in the Nextcloud security scan.

The Dockerfile COPY filename was changed from uploadsize.conf to make it more generic in use.

Signed-off-by: danchal <danchal@users.noreply.github.com>
2019-01-31 10:07:37 +01:00

3 lines
80 B
Docker

FROM jwilder/nginx-proxy:alpine
COPY custom.conf /etc/nginx/conf.d/custom.conf