0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-28 17:38:06 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
cehser
5d3041d4b3
Merge 791b43739c into 30b570f0b5 2024-09-18 19:03:10 -03:00
cehser
791b43739c
Update nginx.conf
Delete ocm path analogous to changes in https://github.com/nextcloud/documentation/pull/11180/files/800ab9726bbe164546e040fd1d8f38b072de8ec6

Signed-off-by: cehser <cehser@gmail.com>
2023-12-04 14:59:55 +01:00

View file

@ -93,7 +93,7 @@ http {
# that file is correctly served; if it doesn't, then the request is passed to
# the front-end controller. This consistent behaviour means that we don't need
# to specify custom rules for certain paths (e.g. images and other assets,
# `/updater`, `/ocm-provider`, `/ocs-provider`), and thus
# `/updater`, `/ocs-provider`), and thus
# `try_files $uri $uri/ /index.php$request_uri`
# always provides the desired behaviour.
index index.php index.html /index.php$request_uri;