Hi everyone,
my server is running the docker containers swag, nextcloud and mariadb. At the moment I have a fully functioning Nextcloud instance, accessible from a subdomain. I tested my setup with the wordpress docker and a manuell install, with the same outcome.
The problem is with my wordpress installation, Nginx will not access the files and i am not able to access the wordpress UI (through the Unraid docker interface). I suspect, it has something to do with user privileges, because the error logs show that files can´t be accessed, but Nginx runs and does not show config errors. Unfortunately i don´t know a lot about users/groups on linux.
/swag/nginx Error.log entry:
2021/09/20 15:33:22 [error] 473#473: *4 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: <IP>, server: <URL>, request: "GET / HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "<URL>"
If i need to supply further information/files, let me know!