Self Hosting Issues

If you aren't speaking german, you can ask for support or post your request here.
Antworten
Agalvez
Beiträge: 2
Registriert: 18. Sep 2025, 23:58

Self Hosting Issues

Beitrag von Agalvez »

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?
pboosten
Beiträge: 33
Registriert: 31. Okt 2023, 21:47

Re: Self Hosting Issues

Beitrag von pboosten »

Best to look in the apache logs to see what your browser actually tries to find.
mfg,

Peter
dylanperez91
Beiträge: 1
Registriert: 10. Mär 2026, 05:02

Re: Self Hosting Issues

Beitrag von dylanperez91 »

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.
soleboast
Beiträge: 1
Registriert: 18. Mär 2026, 10:00

Re: Self Hosting Issues

Beitrag von soleboast »

Agalvez hat geschrieben: 5. Mär 2026, 09:30 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?
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.
pboosten
Beiträge: 33
Registriert: 31. Okt 2023, 21:47

Re: Self Hosting Issues

Beitrag von pboosten »

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

Bild
mfg,

Peter
Antworten