Open JGoutin opened 1 year ago
Currently have full access to the /var/www/nextcloud directory. Some paths are restricted in the Nginx configuration, but should be blocked by systemd especially config that contains sensitive data.
/var/www/nextcloud
config
From Nginx configuration:
location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)(?:$|/) { return 404; } location ~ ^/(?:\.|autotest|occ|issue|indie|db_|console) { return 404; }
Currently have full access to the
/var/www/nextcloud
directory. Some paths are restricted in the Nginx configuration, but should be blocked by systemd especiallyconfig
that contains sensitive data.From Nginx configuration: