Skip to content
Snippets Groups Projects
Verified Commit 7e0dec1f authored by Mark's avatar Mark
Browse files

Remove location restrictions from nginx config

parent ad61f383
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,6 @@ nextcloud:
}
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ {
try_files $uri /index.php$request_uri;
# Optional: Don't log access to other assets
access_log off;
}
location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)/ {
deny all;
}
location ~ ^/(?:autotest|occ|issue|indie|db_|console) {
deny all;
}
hosts:
- "files.{{ .Environment.Values.domain }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment