|
|
@ -55,8 +55,8 @@ location ^~ #LOCATION# { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
location ~ ^#PATH#/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|ocs-provider/.+|core/templates/40[34])\.php(?:$|/) { |
|
|
location ~ ^#PATH#/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|ocs-provider/.+|core/templates/40[34])\.php(?:$|/) { |
|
|
include fastcgi_params; |
|
|
|
|
|
fastcgi_split_path_info ^(.+\.php)(/.+)$; |
|
|
fastcgi_split_path_info ^(.+\.php)(/.+)$; |
|
|
|
|
|
include fastcgi_params; |
|
|
fastcgi_param SCRIPT_FILENAME $request_filename; |
|
|
fastcgi_param SCRIPT_FILENAME $request_filename; |
|
|
fastcgi_param PATH_INFO $fastcgi_path_info; |
|
|
fastcgi_param PATH_INFO $fastcgi_path_info; |
|
|
fastcgi_param HTTPS on; |
|
|
fastcgi_param HTTPS on; |
|
|
|