Update nextcloud-detect.yaml

Hey 👋 

I have added another path to detect URL rewrite. 
URL rewrite is mentioned in the official documentation : https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#pretty-urls or https://help.nextcloud.com/t/removing-index-php-from-the-nextcloud-uri/13055 and so on.

I just experienced the `/nextcloud/login`.

Cheers 😄
patch-1
clem9669 2022-10-21 15:15:36 +00:00 committed by GitHub
parent 8e89f23c2f
commit 1d0e907631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ requests:
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login'
- '{{BaseURL}}/nextcloud/login'
- '{{BaseURL}}/nextcloud/index.php/login'
stop-at-first-match: true