Hi Everyone,
I am trying to self host using nginx. I have my internal IP configured to my public domain but when I try to access it I get a 404 Not Found error from Apache. Am i missing a config in Admidio?
Self Hosting Issues
Re: Self Hosting Issues
Best to look in the apache logs to see what your browser actually tries to find.
mfg,
Peter
Peter
-
dylanperez91
- Beiträge: 1
- Registriert: 10. Mär 2026, 05:02
Re: Self Hosting Issues
If Apache is returning the 404, it might mean the request is reaching Apache instead of nginx. You may want to double check your reverse proxy or port configuration in front of nginx.
Re: Self Hosting Issues
You’ll want to check your server setup and make sure Nginx is actually listening on ports 80/443 and that Apache isn’t conflicting or still serving that domain. This is likely a web server configuration issue rather than something specific to Admidio.
Re: Self Hosting Issues
Could you please describe your setup? I read nginx and I read apache. Are you using nginx as a reverse proxy?
To get things started, I drew a simple drawing showing my setup (using nginx on both accounts, btw)
https://devnull.boosten.org/admidio/setup.png

To get things started, I drew a simple drawing showing my setup (using nginx on both accounts, btw)
https://devnull.boosten.org/admidio/setup.png

mfg,
Peter
Peter