the instance is live on https://f.capivarinha.club/
I tried reinstalling from a backup after a server failure and now every endpoint gives me a 404.
I tried using the apache image and fpm+nginx and they all have this issue.
logs under apache image:
app-1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.4. Set the 'ServerName' directive globally to suppress this message
app-1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.4. Set the 'ServerName' directive globally to suppress this message
app-1 | [Sat Jan 17 23:03:07.199414 2026] [mpm_prefork:notice] [pid 1:tid 1] AH00163: Apache/2.4.66 (Debian) PHP/8.3.30 configured -- resuming normal operations
app-1 | [Sat Jan 17 23:03:07.199611 2026] [core:notice] [pid 1:tid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
app-1 | 179.172.232.31 - - [17/Jan/2026:23:03:13 +0000] "GET / HTTP/1.1" 404 538 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36"
app-1 | 129.148.20.128 - - [17/Jan/2026:23:04:09 +0000] "POST /inbox HTTP/1.1" 404 428 "-" "gotosocial/0.20.1-SNAPSHOT+git-c74c5b7 (+https://social.subversida.de)"
logs under fpm image (nginx just logs 404s):
app-1 | [17-Jan-2026 22:42:41] NOTICE: fpm is running, pid 1
app-1 | [17-Jan-2026 22:42:41] NOTICE: ready to handle connections
i can interact with the database using bin/console:
root@bf3011732ce7:/var/www/html# bin/console user search nick piuvas
+-----+--------------------------------------+---------+--------+-----------------------------+---------------------+------------+----------+---------+
| UID | GUID | Name | Nick | E-Mail | Register | Login | Verified | Blocked |
+-----+--------------------------------------+---------+--------+-----------------------------+---------------------+------------+----------+---------+
| 10 | 5d6b3996-1267-d59b-32e3-457116044663 | piuvas. | piuvas | XXXXXXXXXXXXXXXXXXXXXXXXXXX | 2025-03-15 15:22:26 | 2025-10-07 | 1 | 0 |
+-----+--------------------------------------+---------+--------+-----------------------------+---------------------+------------+----------+---------+
the instance is live on https://f.capivarinha.club/
I tried reinstalling from a backup after a server failure and now every endpoint gives me a 404.
I tried using the apache image and fpm+nginx and they all have this issue.
logs under apache image:
logs under fpm image (nginx just logs 404s):
i can interact with the database using
bin/console: