| |
---|
| | location ~ ^\/(?:\.|autotest|occ|issue|indie|db_|console) { |
---|
| | deny all; |
---|
| | } |
---|
| | |
---|
| | location ~ ^\/(?:index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|oc[ms]-provider\/.+)\.php(?:$|\/) { |
---|
| | location ~ ^\/(?:index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|oc[ms]-provider\/.+|.+\/richdocumentscode\/proxy)\.php(?:$|\/) { |
---|
| | fastcgi_split_path_info ^(.+?\.php)(\/.*|)$; |
---|
| | set $path_info $fastcgi_path_info; |
---|
| | try_files $fastcgi_script_name =404; |
---|
| | include fastcgi_params; |
---|
| |
---|
| | |