Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx always shows default page #332

Open
sleepy-nols opened this issue Dec 31, 2023 · 0 comments
Open

nginx always shows default page #332

sleepy-nols opened this issue Dec 31, 2023 · 0 comments

Comments

@sleepy-nols
Copy link

Expected behavior:
After installing the webpage shows the Nextcloud login.

Actual behavior:
When installing with

nextcloud_install_websrv: true
nextcloud_websrv: "nginx"
nextcloud_disable_websrv_default_site: true

nextcloud_install_tls: false
nextcloud_tls_enforce: false

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant