YunoHost-Apps / nextcloud_ynh

Nextcloud package for YunoHost
https://nextcloud.com/
GNU Affero General Public License v3.0
147 stars 64 forks source link

Error 404 or page isn't redirecting properly after upgrade to 20.0.4 #362

Closed tomdereub closed 3 years ago

tomdereub commented 3 years ago

Merci pour cette nouvelle version. J’ai une erreur bizarre après la mise à jour :

J’ai essayé de relancer nginx, puis de rebooter le serveur, c’est pas mieux.

kay0u commented 3 years ago

Hi

Sorry for the issue, let's see if I can help you!

Can you check it's not a cache browser problem? Try using another one just to be sure.

Did you change any nginx conf file?

Can you give me the result of yunohost tools regen-conf --dry-run --with-diff please?

croulibri commented 3 years ago

Yunohost 4.1. on Kimsufi server Nextcloud 20

I have the same problem with the same error on the webpage. But desktop and mobile client can connect. I posted on the Matrix Yunohost chatroom... To your yunohost tools regen-conf --dry-run --with-diff command I get :

Warning: The configuration file '/etc/nslcd.conf' has been manually modified and will not be updated
Warning: The configuration file '/etc/metronome/metronome.cfg.lua' has been manually modified and will not be updated
Success! The configuration would have been updated for category 'dnsmasq'
dnsmasq:
  applied:
    /etc/resolv.dnsmasq.conf:
      diff: @@ -1,25 +1,25 @@
[j'ai effacé les lignes de nameserver]
      status: updated
  pending:
metronome:
  applied:
  pending:
    /etc/metronome/metronome.cfg.lua:
      diff: @@ -22,87 +22,97 @@
 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.

 modules_enabled = {
-               -- Generally required
-                       "roster"; -- Allow users to have a roster. Recommended.
-                       "saslauth"; -- Authentication for clients. Recommended if you want to log in.
-                       "tls"; -- Add support for secure TLS on c2s/s2s connections
-                       "disco"; -- Service discovery
+       -- Generally required
+               "roster"; -- Allow users to have a roster. Recommended.
+               "saslauth"; -- Authentication for clients. Recommended if you want to log in.
+               "tls"; -- Add support for secure TLS on c2s/s2s connections
+               "disco"; -- Service discovery

-               -- Not essential, but recommended
-                       "private"; -- Private XML storage (for room bookmarks, etc.)
-                       "vcard"; -- Allow users to set vCards
-                       "pep"; -- Allows setting of mood, tune, etc.
-                       "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
-                       "bidi"; -- Enables Bidirectional Server-to-Server Streams.
+       -- Not essential, but recommended
+               "private"; -- Private XML storage (for room bookmarks, etc.)
+               "vcard"; -- Allow users to set vCards
+               "pep"; -- Allows setting of mood, tune, etc.
+               "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
+               "bidi"; -- Enables Bidirectional Server-to-Server Streams.

-               -- Nice to have
-                       "version"; -- Replies to server version requests
-                       "uptime"; -- Report how long server has been running
-                       "time"; -- Let others know the time here on this server
-                       "ping"; -- Replies to XMPP pings with pongs
-                       "register"; -- Allow users to register on this server using a client and change passwords
-                       "stream_management"; -- Allows clients and servers to use Stream Management
-                       "stanza_optimizations"; -- Allows clients to use Client State Indication and SIFT
-                       "message_carbons"; -- Allows clients to enable carbon copies of messages
-                       "mam"; -- Enable server-side message archives using Message Archive Management
-                       "push"; -- Enable Push Notifications via PubSub using XEP-0357
-                       "lastactivity"; -- Enables clients to know the last presence status of an user
-                       "adhoc_cm"; -- Allow to set client certificates to login through SASL External via adhoc
-                       "admin_adhoc"; -- administration adhoc commands
-                       "bookmarks"; -- XEP-0048 Bookmarks synchronization between PEP and Private Storage
-                       "privacy"; -- Implements XEP-0016 Privacy Lists and XEP-0191 Blocking Command
-                       "sec_labels"; -- Allows to use a simplified version XEP-0258 Security Labels and related ACDFs.
+       -- Nice to have
+               "version"; -- Replies to server version requests
+               "uptime"; -- Report how long server has been running
+               "time"; -- Let others know the time here on this server
+               "ping"; -- Replies to XMPP pings with pongs
+               "register"; -- Allow users to register on this server using a client and change passwords
+               "stream_management"; -- Allows clients and servers to use Stream Management
+               "stanza_optimizations"; -- Allows clients to use Client State Indication and SIFT
+               "message_carbons"; -- Allows clients to enable carbon copies of messages
+               "mam"; -- Enable server-side message archives using Message Archive Management
+               "push"; -- Enable Push Notifications via PubSub using XEP-0357
+               "lastactivity"; -- Enables clients to know the last presence status of an user
+               "adhoc_cm"; -- Allow to set client certificates to login through SASL External via adhoc
+               "admin_adhoc"; -- administration adhoc commands
+               "bookmarks"; -- XEP-0048 Bookmarks synchronization between PEP and Private Storage
+               "sec_labels"; -- Allows to use a simplified version XEP-0258 Security Labels and related ACDFs.
+               "privacy"; -- Add privacy lists and simple blocking command support

-                       -- Other specific functionality
-                       --"admin_telnet"; -- administration console, telnet to port 5582
-                       --"admin_web"; -- administration web interface
-                       --"bosh"; -- Enable support for BOSH clients, aka "XMPP over Bidirectional Streams over Synchronous HTTP"
-                       --"compression"; -- Allow clients to enable Stream Compression
-                       --"spim_block"; -- Require authorization via OOB form for messages from non-contacts and block unsollicited messages
-                       --"gate_guard"; -- Enable config-based blacklisting and hit-based auto-banning features
-                       --"incidents_handling"; -- Enable Incidents Handling support (can be administered via adhoc commands)
-                       --"server_presence"; -- Enables Server Buddies extension support
-                       --"service_directory"; -- Enables Service Directories extension support
-                       --"public_service"; -- Enables Server vCard support for public services in directories and advertises in features
-                       --"register_api"; -- Provides secure API for both Out-Of-Band and In-Band registration for E-Mail verification
-                       --"websocket"; -- Enable support for WebSocket clients, aka "XMPP over WebSockets"
+               -- Other specific functionality
+               --"admin_telnet"; -- administration console, telnet to port 5582
+               --"admin_web"; -- administration web interface
+               "bosh"; -- Enable support for BOSH clients, aka "XMPP over Bidirectional Streams over Synchronous HTTP"
+               --"compression"; -- Allow clients to enable Stream Compression
+               --"spim_block"; -- Require authorization via OOB form for messages from non-contacts and block unsollicited messages
+               --"gate_guard"; -- Enable config-based blacklisting and hit-based auto-banning features
+               --"incidents_handling"; -- Enable Incidents Handling support (can be administered via adhoc commands)
+               --"server_presence"; -- Enables Server Buddies extension support
+               --"service_directory"; -- Enables Service Directories extension support
+               --"public_service"; -- Enables Server vCard support for public services in directories and advertises in features
+               --"register_api"; -- Provides secure API for both Out-Of-Band and In-Band registration for E-Mail verification
+               "websocket"; -- Enable support for WebSocket clients, aka "XMPP over WebSockets"
 };

--- Default logging
+-- Server PID
+pidfile = "/var/run/metronome/metronome.pid"
+
+-- HTTP server
+http_ports = { 5290 }
+http_interfaces = { "127.0.0.1", "::1" }
+
+--https_ports = { 5291 }
+--https_interfaces = { "127.0.0.1", "::1" }
+
+-- Enable IPv6
+use_ipv6 = true
+
+-- BOSH configuration (mod_bosh)
+consider_bosh_secure = true
+cross_domain_bosh = true
+
+-- WebSocket configuration (mod_websocket)
+consider_websocket_secure = true
+cross_domain_websocket = true
+
+-- Disable account creation by default, for security
+allow_registration = false
+
+-- Use LDAP storage backend for all stores
+storage = "ldap"
+
+-- Logging configuration
 log = {
-       { levels = { min = "error" }, to = "file", filename = "/var/log/metronome/metronome.err" },
-       { levels = { min = "info" }, to = "file", filename = "/var/log/metronome/metronome.log" }
-};
-
--- Default pidfile path
-pidfile = "/var/run/metronome/metronome.pid";
-
--- Disable account creation by default, for security
-allow_registration = false;
-
--- These are the SSL/TLS-related settings. If you don't want
--- to use SSL/TLS, you may comment or remove this
-ssl = {
-       key = "/etc/metronome/certs/localhost.key";
-       certificate = "/etc/metronome/certs/localhost.cert";
+       info = "/var/log/metronome/metronome.log"; -- Change 'info' to 'debug' for verbose logging
+       error = "/var/log/metronome/metronome.err";
+       -- "*syslog"; -- Uncomment this for logging to syslog
+       -- "*console"; -- Log to the console, useful for debugging with daemonize=false
 }

--- This allows clients to connect to localhost. No harm in it.
-VirtualHost "localhost"
-
--- Section for example.com
--- (replace example.com with your domain name)
-VirtualHost "example.com"
-       -- Assign this host a certificate for TLS, otherwise it would use the one
-       -- set in the global section (if any).
-       -- Note that old-style SSL on port 5223 only supports one certificate, and will always
-       -- use the global one.
-       --ssl = {
-       --      key = "/etc/metronome/certs/example.com.key";
-       --      certificate = "/etc/metronome/certs/example.com.cert";
-       --}
-
-       enabled = false -- This will disable the host, preserving the config, but denying connections
-
--- Set up a MUC (multi-user chat) room server on conference.example.com:
-Component "conference.example.com" "muc"
+------ Components ------
+-- You can specify components to add hosts that provide special services,
+-- like multi-user conferences, and transports.
+
+---Set up a local BOSH service
+Component "localhost" "http"
+       modules_enabled = { "bosh" }
+
+----------- Virtual hosts -----------
+-- You need to add a VirtualHost entry for each domain you wish Metronome to serve.
+-- Settings under each VirtualHost entry apply *only* to that host.
+
+Include "conf.d/*.cfg.lua"
      status: modified
nslcd:
  applied:
  pending:
    /etc/nslcd.conf:
      diff: @@ -15,6 +15,18 @@
 # The LDAP protocol version to use.
 #ldap_version 3

+# The DN to bind with for normal lookups.
+#binddn cn=annonymous,dc=example,dc=net
+#bindpw secret
+
+# The DN used for password modifications by root.
+#rootpwmoddn cn=admin,dc=example,dc=com
+
+# SSL options
+#ssl off
+#tls_reqcert never
+tls_cacertfile /etc/ssl/certs/ca-certificates.crt
+
 # The search scope.
 #scope sub

@@ -23,4 +35,3 @@

 # The minimum numeric user id to lookup.
 nss_min_uid 1000
-tls_cacertfile /etc/ssl/certs/ca-certificates.crt
      status: modified

On my Yunohost, I have disabled Metronome, dovecot and rspamd

Big thanks in advance for your help!

kay0u commented 3 years ago

Nothing related to nginx or php here.

Do you have any logs in /var/log/nginx/domain.tld-access.log and /var/log/nginx/domain.tld-error.log?

Can you give me an extract of the file /etc/ssowat/conf.json (the part with nextcloud.something { }) and the content of the file /etc/ssowat/conf.json.persistent

tomdereub commented 3 years ago

Hi @kay0u, on my side, nothing interesting with sudo yunohost tools regen-conf --dry-run --with-diff (only dnsmasq and sshd). Other logs and conf files :

/etc/ssowat/conf.json
 "nextcloud.legacy_skipped_uris": {
            "auth_header": false,
            "label": "Nextcloud (api)",
            "public": true,
            "show_tile": false,
            "uris": [
                "re:domain%.tld/%.well%-known/.*"
            ],
            "users": []
        },
        "nextcloud.main": {
            "auth_header": true,
            "label": "Nextcloud",
            "public": true,
            "show_tile": true,
            "uris": [
                "domain.tld/nextcloud"
            ],
            "users": [
                "..."
/etc/ssowat/conf.json.persistent
{
    "permissions": {},
    "redirected_urls": {
        "www.otherdomain.net/": "otherdomain.net/"
    }
}
sudo tail -n 10 /var/log/nginx/domain.tld-error.log
2021/01/12 00:05:04 [error] 2013#2013: *1 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 89.234.140.223, server: domain.tld, request: "GET /nextcloud/ocs/v2.php/apps/spreed/api/v1/chat/jn6g865w?lookIntoFuture=1&lastKnownMessageId=514&includeLastKnown=0 HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.3-fpm-nextcloud.sock", host: "domain.tld"
2021/01/12 00:05:51 [error] 2013#2013: *1 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 89.234.140.223, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld", referrer: "https://domain.tld/yunohost/sso/"
2021/01/12 00:29:53 [error] 16730#16730: *3231 "/usr/share/nginx/html/yunohost/sso/index.html" is not found (2: No such file or directory), client: 165.227.141.11, server: domain.tld, request: "HEAD /yunohost/sso/ HTTP/1.1", host: "domain.tld"
2021/01/12 10:46:40 [error] 18596#18596: *32519 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 37.70.37.240, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld", referrer: "https://domain.tld/yunohost/sso/"
2021/01/12 10:46:43 [error] 18596#18596: *32519 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 37.70.37.240, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld"
2021/01/12 10:46:53 [error] 18596#18596: *32519 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 37.70.37.240, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld", referrer: "https://domain.tld/yunohost/sso/"
2021/01/12 10:49:37 [error] 18596#18596: *32519 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 37.70.37.240, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld", referrer: "https://domain.tld/yunohost/sso/"
2021/01/12 10:49:41 [error] 18596#18596: *32519 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 37.70.37.240, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld", referrer: "https://domain.tld/yunohost/sso/"
2021/01/12 10:50:27 [error] 18596#18596: *32519 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 37.70.37.240, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld", referrer: "https://domain.tld/yunohost/sso/"
2021/01/12 13:50:24 [error] 18596#18596: *55850 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 2a00:5881:4008:4d00:a84c:1190:884b:8835, server: domain.tld, request: "GET /nextcloud HTTP/2.0", host: "domain.tld", referrer: "https://domain.tld/yunohost/sso/"
 sudo tail -n 100 /var/log/nginx/domain.tld-access.log
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:27 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/user/V%C3%A9lo HTTP/1.1" 207 266 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:27 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Musique HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:27 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/entreprise HTTP/1.1" 207 253 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
37.70.37.240 - antoine [12/Jan/2021:13:49:29 +0100] "GET /nextcloud/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:49:31 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:49:37 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:49:43 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - entreprise [12/Jan/2021:13:49:43 +0100] "PROPFIND /nextcloud/remote.php/dav/files/entreprise/ HTTP/1.1" 207 260 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:43 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:49:48 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:49:55 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:55 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/Informatique HTTP/1.1" 207 264 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:56 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/user/Bon%20coin HTTP/1.1" 207 264 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:56 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Photos%20user%20%C3%A0%20trier HTTP/1.1" 207 269 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - entreprise [12/Jan/2021:13:49:57 +0100] "PROPFIND /nextcloud/remote.php/dav/files/entreprise/Partage HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - entreprise [12/Jan/2021:13:49:57 +0100] "PROPFIND /nextcloud/remote.php/dav/files/entreprise/Commun%20entreprise/Informatique HTTP/1.1" 207 270 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:58 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/doc%20importants HTTP/1.1" 207 266 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:58 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Archives%20Sintec HTTP/1.1" 207 262 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:58 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Notes HTTP/1.1" 207 252 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
37.70.37.240 - antoine [12/Jan/2021:13:49:59 +0100] "GET /nextcloud/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:59 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/Terre%20de%20lien HTTP/1.1" 207 268 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:59 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/user/V%C3%A9lo HTTP/1.1" 207 266 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:49:59 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Musique HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:00 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/entreprise HTTP/1.1" 207 253 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:00 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:07 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:13 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:16 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - entreprise [12/Jan/2021:13:50:16 +0100] "PROPFIND /nextcloud/remote.php/dav/files/entreprise/ HTTP/1.1" 207 260 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:19 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET / HTTP/2.0" 302 154 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/ HTTP/2.0" 200 6409 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/assets/css/ynh_portal.css HTTP/2.0" 200 107731 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/assets/themes/default/cususer_portal.css HTTP/2.0" 200 2943 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/assets/js/ynh_portal.js HTTP/2.0" 200 12736 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/assets/themes/default/cususer_portal.js HTTP/2.0" 200 1436 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/assets/img/logo-ynh-white.svg HTTP/2.0" 200 2710 "https://domain.tld/yunohost/sso/assets/css/ynh_portal.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/assets/icons/favicon-196x196.png HTTP/2.0" 200 19560 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:23 +0100] "GET /yunohost/sso/assets/icons/favicon-16x16.png HTTP/2.0" 200 579 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:24 +0100] "GET /nextcloud HTTP/2.0" 404 162 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:24 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:24 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:24 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:24 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:24 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:25 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:25 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "https://domain.tld/yunohost/sso/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:25 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/Informatique HTTP/1.1" 207 264 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:25 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/user/Bon%20coin HTTP/1.1" 207 264 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:25 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Photos%20user%20%C3%A0%20trier HTTP/1.1" 207 269 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - entreprise [12/Jan/2021:13:50:26 +0100] "PROPFIND /nextcloud/remote.php/dav/files/entreprise/Partage HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - entreprise [12/Jan/2021:13:50:26 +0100] "PROPFIND /nextcloud/remote.php/dav/files/entreprise/Commun%20entreprise/Informatique HTTP/1.1" 207 270 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:26 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/doc%20importants HTTP/1.1" 207 266 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:26 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Archives%20Sintec HTTP/1.1" 207 262 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:26 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Notes HTTP/1.1" 207 252 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:26 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/Terre%20de%20lien HTTP/1.1" 207 268 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:27 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Documents/user/V%C3%A9lo HTTP/1.1" 207 266 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:27 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/Musique HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:27 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/entreprise HTTP/1.1" 207 253 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
37.70.37.240 - antoine [12/Jan/2021:13:50:29 +0100] "GET /nextcloud/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - - [12/Jan/2021:13:50:30 +0100] "GET /nextcloud/ HTTP/2.0" 301 178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:31 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:37 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a01:cb14:5b6:e200:f8f3:5403:6936:9bc1 - - [12/Jan/2021:13:50:43 +0100] "POST /nextcloud/apps/text/public/session/sync HTTP/2.0" 200 233 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - entreprise [12/Jan/2021:13:50:47 +0100] "PROPFIND /nextcloud/remote.php/dav/files/entreprise/ HTTP/1.1" 207 260 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
2a00:5881:4008:4d00:a84c:1190:884b:8835 - user [12/Jan/2021:13:50:47 +0100] "PROPFIND /nextcloud/remote.php/dav/files/user/ HTTP/1.1" 207 257 "-" "Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)"
croulibri commented 3 years ago

/var/log/nginx/domain.tld-access.log

"-" "Nextcloud Server Crawler"
XX.XXX.XX.X - - [12/Jan/2021:13:39:56 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/users/XXXXXXX/ HTTP/2.0" 401 557 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:39:57 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/users/XXXXXXX/ HTTP/2.0" 207 346 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - - [12/Jan/2021:13:39:57 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/groups/admin/ HTTP/2.0" 401 557 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:39:59 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/ HTTP/1.1" 207 263 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:39:59 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/groups/admin/ HTTP/2.0" 207 283 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:39:59 +0000] "GET /nextcloud/ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - - [12/Jan/2021:13:40:00 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/groups/group1/ HTTP/2.0" 401 557 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:01 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/groups/group1/ HTTP/2.0" 207 286 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - - [12/Jan/2021:13:40:02 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/groups/XXXXXXX/ HTTP/2.0" 401 557 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:03 +0000] "PROPFIND /nextcloud/remote.php/dav/principals/groups/XXXXXXX/ HTTP/2.0" 207 286 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - - [12/Jan/2021:13:40:04 +0000] "PROPFIND /nextcloud/remote.php/dav/calendars/XXXXXXX/ HTTP/2.0" 401 557 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:08 +0000] "PROPFIND /nextcloud/remote.php/dav/calendars/XXXXXXX/ HTTP/2.0" 207 868 "-" "Thunderbird CalDAV/CardDAV"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:11 +0000] "REPORT /nextcloud/remote.php/dav/calendars/XXXXXXX/personal/ HTTP/2.0" 207 312 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:11 +0000] "PROPFIND /nextcloud/remote.php/dav/calendars/XXXXXXX/app-generated--deck--board-12/ HTTP/2.0" 207 599 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:11 +0000] "PROPFIND /nextcloud/remote.php/dav/calendars/XXXXXXX/app-generated--deck--board-11/ HTTP/2.0" 207 717 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:13 +0000] "PROPFIND /nextcloud/remote.php/dav/calendars/XXXXXXX/app-generated--deck--board-10/ HTTP/2.0" 207 1755 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:13 +0000] "PROPFIND /nextcloud/remote.php/dav/calendars/XXXXXXX/inbox/ HTTP/2.0" 207 314 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:16 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/Notes HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:16 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/Pro HTTP/1.1" 207 253 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:31 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/ HTTP/1.1" 207 263 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:31 +0000] "GET /nextcloud/ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - - [12/Jan/2021:13:40:34 +0000] "POST /yunohost/api/login HTTP/2.0" 401 22 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:38 +0000] "POST /yunohost/api/login HTTP/2.0" 200 9 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:38 +0000] "GET /yunohost/api/users?locale=fr HTTP/2.0" 200 2727 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:38 +0000] "GET /yunohost/api/messages HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:39 +0000] "GET /yunohost/api/versions?locale=fr HTTP/2.0" 200 216 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:39 +0000] "GET /yunohost/api/messages HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:40 +0000] "GET /yunohost/admin/dist/views/tools/tools_list.ms?version=a7567b96 HTTP/2.0" 200 1254 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:42 +0000] "GET /yunohost/api/logs?limit=40&with_details&locale=fr HTTP/2.0" 200 7080 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:42 +0000] "GET /yunohost/api/messages HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:42 +0000] "GET /yunohost/admin/dist/views/tools/tools_logs.ms?version=a7567b96 HTTP/2.0" 200 888 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:46 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/Notes HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:40:46 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/Pro HTTP/1.1" 207 253 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.57.XX.75 - - [12/Jan/2021:13:40:47 +0000] "PROPFIND /nextcloud/public.php/webdav/ HTTP/1.1" 401 317 "-" "sabre-dav/3.2.2 (http://sabre.io/)"
XX.57.XX.75 - - [12/Jan/2021:13:40:47 +0000] "PROPFIND /nextcloud/public.php/webdav/ HTTP/1.1" 401 317 "-" "sabre-dav/3.2.2 (http://sabre.io/)"
XX.57.XX.75 - S2DCCpO7ykOU4eT [12/Jan/2021:13:40:48 +0000] "PROPFIND /nextcloud/public.php/webdav/ HTTP/1.1" 207 717 "-" "sabre-dav/3.2.2 (http://sabre.io/)"
XX.57.XX.75 - RNUUOtbjJ8HoXnq [12/Jan/2021:13:40:48 +0000] "PROPFIND /nextcloud/public.php/webdav/ HTTP/1.1" 207 717 "-" "sabre-dav/3.2.2 (http://sabre.io/)"
XX.57.XX.75 - RNUUOtbjJ8HoXnq [12/Jan/2021:13:40:49 +0000] "GET /nextcloud/public.php/webdav/ HTTP/1.1" 500 328 "-" "Nextcloud Server Crawler"
XX.57.XX.75 - S2DCCpO7ykOU4eT [12/Jan/2021:13:40:49 +0000] "GET /nextcloud/public.php/webdav/ HTTP/1.1" 500 328 "-" "Nextcloud Server Crawler"
XX.XXX.XX.X - - [12/Jan/2021:13:40:58 +0000] "GET /yunohost/api/logs?limit=40&with_details&locale=fr HTTP/2.0" 200 7080 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:40:58 +0000] "GET /yunohost/api/messages HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:41:03 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/ HTTP/1.1" 207 263 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:41:03 +0000] "GET /nextcloud/ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - - [12/Jan/2021:13:41:12 +0000] "GET /yunohost/api/services?locale=fr HTTP/2.0" 200 4209 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:41:12 +0000] "GET /yunohost/api/messages HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:41:16 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/Notes HTTP/1.1" 207 255 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - XXXXXXX [12/Jan/2021:13:41:16 +0000] "PROPFIND /nextcloud/remote.php/dav/files/XXXXXXX/Pro HTTP/1.1" 207 253 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)"
XX.XXX.XX.X - - [12/Jan/2021:13:41:17 +0000] "GET /yunohost/api/services/nginx?locale=fr HTTP/2.0" 200 239 "https://mondomaine/yunohost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
XX.XXX.XX.X - - [12/Jan/2021:13:41:17 +0000] "GET /yunohost/api/messages HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"

/var/log/nginx/domain.tld-error.log

2021/01/12 09:03:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:04:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:04:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:04:33 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/csrftoken" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "GET /nextcloud/csrftoken HTTP/2.0", host: "mondomaine"
2021/01/12 09:04:33 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "GET /nextcloud/csrftoken HTTP/2.0", host: "mondomaine"
2021/01/12 09:04:37 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/apps/rainloop/app/" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:04:37 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:04:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:04:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:05:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:05:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:05:38 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/apps/rainloop/app/" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:05:38 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:05:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:05:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:06:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:06:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:06:39 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/apps/rainloop/app/" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:06:39 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:06:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:06:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:06:46 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/ocs/v2.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "GET /nextcloud/ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1", host: "mondomaine"
2021/01/12 09:07:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:07:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:07:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:07:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:08:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:08:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:08:36 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/apps/rainloop/app/" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:08:36 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:08:39 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/apps/rainloop/app/" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:08:39 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:08:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:08:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:08:49 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/apps/rainloop/app/" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:08:49 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_tStFL1UXir3RkwGcNcNirUY1LqDxbdt0a1DeEqPxzGNjBP6MVgLIH3xmCL4A2S_6PWkmNDSiJGtpuU_ePQoku5GC-2FTjSpGb6qmYElhzlyrqheLE9oEVDjxqAZKFAnkxZy-yiH_4TejTQJd0Edn59nUKTfgOM8o7CO73_8Y_YLYlF4rStlebxVxGxJ4ENpx8IldUH26MSo-6nX6RsTVO6W3BoQhzPWmD1gpRzu6mcWfTDMXLCNxmqFyLI1JLCa4DlG0wAe3LU4RcxdzgEcQTayaxd_q0qXV6aNUPqytvewuFvWNs0TRHdzK833vvGJ8jW9TGNzWcnbDwPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:09:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:09:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:09:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:09:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:10:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:10:15 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:10:39 [crit] 30010#30010: *577 stat() "/var/www/nextcloud/apps/rainloop/app/" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/_erert_8Y_H0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:10:39 [error] 30010#30010: *577 "/var/www/nextcloud/index.php" is forbidden (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "POST /nextcloud/apps/rainloop/app/?/Ajax/&q[]=/__8Y_wPX34p6HI3YRIUF2s0UQee9IZHtwH0Q2VtQB/ HTTP/2.0", host: "mondomaine"
2021/01/12 09:10:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", host: "mondomaine"
2021/01/12 09:10:45 [crit] 30010#30010: *540 stat() "/var/www/nextcloud/remote.php" failed (13: Permission denied), client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Pro HTTP/1.1", host: "mondomaine"
2021/01/12 09:11:20 [error] 30010#30010: *540 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 86.210.70.9, server: mondomaine, request: "PROPFIND /nextcloud/remote.php/dav/files/XXXXXX/Notes HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.3-fpm-nextcloud.sock:", host: "mondomaine"
2021/01/12 09:47:03 [error] 2471#2471: *989 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 86.210.70.9, server: mondomaine, request: "GET /nextcloud HTTP/1.1", host: "mondomaine"
2021/01/12 09:47:11 [error] 2471#2471: *990 open() "/usr/share/nginx/html/nextcloud" failed (2: No such file or directory), client: 86.210.70.9, server: mondomaine, request: "GET /nextcloud HTTP/2.0", host: "mondomaine"
2021/01/12 10:27:03 [error] 3923#3923: *742 FastCGI sent in stderr: "PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/zendframework/zend-code/src/Reflection/MethodReflection.php on line 272PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/zendframework/zend-code/src/Reflection/MethodReflection.php on line 275PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/zendframework/zend-code/src/Reflection/MethodReflection.php on line 281PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/zendframework/zend-code/src/Reflection/MethodReflection.php on line 287PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/zendframework/zend-code/src/Reflection/MethodReflection.php on line 296PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/zendframework/zend-code/src/Reflection/MethodReflection.php on line 314PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/zendframework/zend-code/src/Reflection/MethodReflection.php on line 319PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag2/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665" while reading response header from upstream, client: 86.210.70.9, ser

/etc/ssowat/conf.json

  "nextcloud.legacy_skipped_uris": {
            "auth_header": false,
            "label": "Nextcloud (api)",
            "public": true,
            "show_tile": false,
            "uris": [
                "re:mon%.domaine%.fr/%.well%-known/.*"
            ],
            "users": []
        },
        "nextcloud.main": {
            "auth_header": true,
            "label": "Nextcloud",
            "public": true,
            "show_tile": true,
            "uris": [
                "mondomain/nextcloud"
            ],
            "users": [
                "YYYY",
                "ZZZZ",
                "WWWWW",
                "UUUUUU"
            ]
        },

/etc/ssowat/conf.json.persistent

{
    "permissions": {
        "custom_protected": {
            "auth_header": true,
            "label": "Custom permissions - protected",
            "public": false,
            "show_tile": false,
            "uris": [
                "l.mondomaine/admin",
                "des.mondomaine/_matrix/cas_server.php/login"
            ],
            "users": [
[removed list of users]
            ]
        },
        "custom_skipped": {
            "auth_header": false,
            "label": "Custom permissions - skipped",
            "public": true,
            "show_tile": false,
            "uris": [
                "des.mondomaine/_matrix",
                "des.mondomaine/.well-known/matrix/"
            ],
            "users": []
        }
    },
    "redirected_urls": {}
}

Hope it can hel to find a solution to this issue !

kay0u commented 3 years ago

@croulibri it looks like you have a permission problem, can you give me the result of:

ls -l /var/www/nextcloud/

@tomdereub I can't see any problem here, do you see something in the console log/network part of the dev console of your browser?

croulibri commented 3 years ago

Thanks @kay0u for your help !

With ls -l /var/www/nextcloud/ I get :

total 148
drwxr-xr-x 41 nextcloud nextcloud  4096 Dec 15 20:53 3rdparty
drwxr-xr-x 62 nextcloud nextcloud  4096 Jan 12 14:46 apps
-rw-r--r--  1 nextcloud nextcloud 17234 Dec 15 20:51 AUTHORS
drwxr-xr-x  2 nextcloud nextcloud  4096 Jan 12 15:15 config
-rw-r--r--  1 nextcloud nextcloud  3893 Dec 15 20:51 console.php
-rw-r--r--  1 nextcloud nextcloud 34520 Dec 15 20:51 COPYING
drwxr-xr-x 22 nextcloud nextcloud  4096 Dec 15 20:53 core
-rw-r--r--  1 nextcloud nextcloud  5083 Dec 15 20:51 cron.php
-rw-r--r--  1 nextcloud nextcloud   156 Dec 15 20:51 index.html
-rw-r--r--  1 nextcloud nextcloud  2960 Dec 15 20:51 index.php
drwxr-xr-x  6 nextcloud nextcloud  4096 Dec 15 20:51 lib
-rw-r--r--  1 nextcloud nextcloud   283 Dec 15 20:51 occ
drwxr-xr-x  2 nextcloud nextcloud  4096 Dec 15 20:51 ocm-provider
drwxr-xr-x  2 nextcloud nextcloud  4096 Dec 15 20:51 ocs
drwxr-xr-x  2 nextcloud nextcloud  4096 Dec 15 20:51 ocs-provider
-rw-r--r--  1 nextcloud nextcloud  3102 Dec 15 20:51 public.php
-rw-r--r--  1 nextcloud nextcloud  5332 Dec 15 20:51 remote.php
drwxr-xr-x  4 nextcloud nextcloud  4096 Dec 15 20:51 resources
-rw-r--r--  1 nextcloud nextcloud    26 Dec 15 20:51 robots.txt
-rw-r--r--  1 nextcloud nextcloud  2379 Dec 15 20:51 status.php
drwxr-xr-x  3 nextcloud nextcloud  4096 Dec 15 20:51 themes
drwxr-xr-x  2 nextcloud nextcloud  4096 Dec 15 20:52 updater
-rw-r--r--  1 nextcloud nextcloud   382 Dec 15 20:53 version.php
kay0u commented 3 years ago

Nothing is wrong here :-/

We'll maybe have more chance if we take a look at /home/yunohost.app/nextcloud/data/nextcloud.log? Use https://paste.yunohost.org/ to give me logs please :-)

Can you also try to restart php7.3-fpm: sudo systemctl restart php7.3-fpm, tell me if you have error during this command, and give me the result of: sudo systemctl list-units --failed

croulibri commented 3 years ago

Little bug, where are you? We'll find you 😉

sudo systemctl restart php7.3-fpm gives nothing as a result.

sudo systemctl list-units --failed gives as a result :

admin@nos:~$ sudo systemctl list-units --failed
  UNIT              LOAD   ACTIVE SUB    DESCRIPTION
● bind9.service     loaded failed failed LSB: Start and stop bind9
● logrotate.service loaded failed failed Rotate log files

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

2 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.

I tried to see if anything related to our problem on /home/yunohost.app/nextcloud/data/nextcloud.log but it seems only webdav issues. I'll try to send you an anonymised version soon.

tomdereub commented 3 years ago

Hi, Nothing interesting on my side in home/yunohost.app/nextcloud/data/nextcloud.log. sudo systemctl restart php7.3-fpm doesn't gives any error, and sudo systemctl list-units --failed doesn't give anything too. In firefox console, I get only This error page has no error code in its security info, but I don't know how to use the console. Maybe you can check on your web browser : https://plaf.fr/nextcloud. Very strange bug, with nextcloud working like a charm except that...

kay0u commented 3 years ago

~@tomdereub I can't ping you with ipv4 O.o~ it's ok now

kay0u commented 3 years ago

Well.. Let's try to debug ssowat maybe?

Can you add "logging": "debug", to the file /etc/ssowat/conf.json.persistent It should looks like that:

{
    "logging": "debug",
    "permissions": {},
    "redirected_urls": {
        "www.otherdomain.net/": "otherdomain.net/"
    }
}

Reload nginx with sudo systemctl reload nginx and look at the ssowat log with the command tail -f /var/log/nginx/ssowat.log

After that try to navigate to the https://plaf.fr/nextcloud and give me the log of ssowat :-)

tomdereub commented 3 years ago

Here is the log : https://plaf.fr/zerobin/?e3233b372bb35d76#2LUoKuVWWSXiwxF82qxXfoEUtA2vLPRUskbf82ypBohm But I don't see anything appearing in the log when I try to access https://plaf.fr/nextcloud.

kay0u commented 3 years ago

May I have the result of this command:

sudo yunohost tools migrations state
croulibri commented 3 years ago

Hello @kay0u Thanks again for you efforts !

sudo yunohost tools migrations state gives :

migrations:
  0001_change_cert_group_to_sslcert: done
  0002_migrate_to_tsig_sha256: done
  0003_migrate_to_stretch: done
  0004_php5_to_php7_pools: done
  0005_postgresql_9p4_to_9p6: done
  0006_sync_admin_and_root_passwords: done
  0007_ssh_conf_managed_by_yunohost_step1: done
  0008_ssh_conf_managed_by_yunohost_step2: done
  0009_decouple_regenconf_from_services: done
  0010_migrate_to_apps_json: done
  0011_setup_group_permission: done
  0012_postgresql_password_to_md5_authentication: done
  0013_futureproof_apps_catalog_system: done
  0014_remove_app_status_json: done
  0015_migrate_to_buster: done
  0016_php70_to_php73_pools: done
  0017_postgresql_9p6_to_11: done
  0018_xtable_to_nftable: done
  0019_extend_permissions_features: done
tomdereub commented 3 years ago

Exactly same result for me.

tomdereub commented 3 years ago

I don't know if it can help, but here are nextcloud's nginx configuration (/etc/nginx/conf.d/domain.tld.d/nextcloud.conf) before and after upgrade : Before upgrade : https://paste.yunohost.org/atuzataleq After upgrade : https://paste.yunohost.org/ibuhoqanug There are many changes, but I'm not able to understand what it means...

kay0u commented 3 years ago

Hi! @alexAubin found the solution during our meeting!

In the nginx file /etc/nginx/config.d/yourdomain.tld.d/nextcloud.conf After upgrade you have the at line 19: rewrite ^/nextcloud/$ /nextcloud/ permanent;

Change this line to rewrite ^/nextcloud$ /nextcloud/ permanent; (not the / not present at the end of the first nextcloud ;-)) Then reload nginx with: sudo systemctl reload nginx

Et Voilà!

We are working to implement a solution for everyone in the next few days.

tomdereub commented 3 years ago

Cool, thanks, it works !

kay0u commented 3 years ago

Closed by https://github.com/YunoHost-Apps/nextcloud_ynh/pull/365