You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nginx always shows the default nginx plash page. I am installing into an lxd container with bookworm cloud image.
Solution approach:
I found the file /usr/share/nginx/html/index.html while greping the whole container for Welcome to nginx! as on the splash page. When removing this file the webserver 404s. This suggests that this is the file the webserver is accessing. I have not found anything in the nginx config that suggest that it points to that file. It could be symlinked to somewhere else though.
When installing with apache the issue does not occur.
Can anyone reproduce this?
The text was updated successfully, but these errors were encountered:
Expected behavior:
After installing the webpage shows the Nextcloud login.
Actual behavior:
When installing with
nginx always shows the default nginx plash page. I am installing into an lxd container with bookworm cloud image.
Solution approach:
I found the file
/usr/share/nginx/html/index.html
while greping the whole container forWelcome to nginx!
as on the splash page. When removing this file the webserver 404s. This suggests that this is the file the webserver is accessing. I have not found anything in the nginx config that suggest that it points to that file. It could be symlinked to somewhere else though.When installing with apache the issue does not occur.
Can anyone reproduce this?
The text was updated successfully, but these errors were encountered: