Hi, i use nextcloud via isp, and i need to change default location ~ /\.{ deny all; } to this one location ~ /\.(?!file).* { deny all; } Edit vhost by hand i don't like because panel will change to default.
You should use the nginx Directives option in website settings (in ISPConfig Panel, Website and Options tab). Read the ISPConfig manual about this, it is in page 140.
A quick search in the forum here finds https://www.howtoforge.com/communit...-php7-0-fpm-ispconfig3-1-9.77958/#post-368823 which points to an article with settings that someone else said worked.