Hi new here. But not new to Linux. I run IPFire as my network router which has a Bind9 instance and my local domain. I can set up an A entry in it and point zima.local to the zimaOS box, but I want to set up Nginx reverse proxy so I could point my docker apps to names like Mealie to food.local. Https wouldn’t be hard to implement afterwards (that is just a simple https override in Nginx proxy).
So I need to know where in this system I configure ZimaOS to a different port other than port 80, like port 85.
Hi @Fun_do_it
This is in settings under “General”.
You might also need to enable HTTPS in ZimaOS (Settings-> Developer Mode) to change port 443 that NPM also uses. You need to enable it to change the setting, after, you can change it back.
Hope this info helps. 
Thanks I got it up and going. Only thing I had to change was its webgui port because I have an app on port 81. I had to reboot the zimaOS box after switching ports to release it in its local arp table and reboot ipfire to change the arp table on the router. To keep from making a dns logical loop my destination entries in the nginx proxy is the static IP address assigned to the zimaOS box. Also I used the static ip entry in my bind9 instance in IPFire (the router).
here is the screen shots of nginx proxy and my DNS server in my IPFire (my router)