i have installed the self-hosted . all are done. i was unable to see the login page. Can any one suggest me. where i have done mistake.
Hi there!
Are there any nginx logs? In particular, error logs. Also, please check the logs for the different Taiga services.
Best regards!
It seems nginx cannot write to the access log.
Did you check folder permissions? Since you are using /home/taiga
for the nginx logs, instead of the standard /var/log/nginx
, make sure nginx can navigate there and write on the logs.
I’m assuming this log comes from /var/log/nginx/error.log
right?
Best regards!