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/fpm/proxy/custom.conf
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

2 lines
69 B
Text

client_max_body_size 10G;
proxy_cookie_path / "/; HTTPOnly; Secure";