Skip to content
Commit 37f44206 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

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
  • jon r @yala

    mentioned in issue #7

    ·

    mentioned in issue #7

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment