Clean install on prod server, Nginx as reverse proxy -> 404

Hello,
Did a clean install following https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/InstallationViaAPT/ on my production server, everything seems to went well.
I can’t access XWiki whatever the url I am trying.
I wonder if the nginx on the same server catch the request instead of Tomcat ?
I feel I am very close and it is only a configuration issue but I can’t find documentation or anything to point me in the right direction.
Please give me something.

Hello

https will not work with 8080, but this is not the problem … so either your service is not starting, a firewall is preventing access, it is only listening on loopback or …

You can try a “netstat -lnp” on this very server to see if something is listening on that port, and if it is listening on the adapter your IP is bound to. Further, you “need” nginx, apache or similar to expose it to the world …

HTH

I used Nginx as a reverse proxy following this : https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/InstallationWAR/InstallationTomcat/
Progress, but I get a 404 now
image

I am trying to access my XWiki using https://my.domain.com/ because I did the configuration to have xwiki at the root of my domain (headless mode).

My bad.
Glassfish was running on 8080.

Edited Tomcat server.xml and nginx proxy_pass port number with a new one and everything works now.