Ubuntu 18.04 server
- 3.1.0:
- Ubuntu 18.04 server:
- PostgreSQL:
- 12.22.1:
- 6.14.12:
- 1.22.4:
Hello,
I am confused regarding the Strapi configuration with Apache. I use Apache 2.4.29 and configured everything correctly, including HTTPS certificates.
Now, the problem I am currently facing is that when I head to my server address, it simply returns a blank page. The DocumentRoot
I indicated in my configurations files of Apache is /srv/strapi/strapi-development/.cache/admin/src
Tell me if this isn’t the correct path. (I suppose it isn’t)
Then, there is another problem that I encounter. The issue is that when I go to my-domain/admin
, it simply returns a 404 error. I assume that this error code is related to the DocumentRoot
that isn’t the correct one.
I have looked at the sources section of the web browser developer console, and the only file that I see is index.html
SCREENSHOT:
So, what I would like to know in priority is what is the appropriate DocumentRoot
that I need to input into my configurations files.
Thank you.