Updates nginx.conf to match upstream.
And fixes this CVE: https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm/
parent
13d12e45
-
To update all your clouds, here a little script:
cd /data/domains/ for domain in `ls .`;do cd $domain; if [ -f .env ]; then export APP=; source .env; if [ "$APP" = "nextcloud" ]; then echo $domain rm ./nginx.conf wget https://lab.libreho.st/libre.sh/compose/nextcloud/raw/master/nginx.conf libre restart fi fi cd ..; done
-
mentioned in issue #7
Please register or sign in to comment