Replies: 4 comments
-
This issue is not an nginx issue. This is a configuration issue and a discussion section would be more appropriate for a question like this. Therefore, please ask new questions there. You access your backend
Just in case, I guess you don't need a slash at the end of the |
Beta Was this translation helpful? Give feedback.
-
If I route / to http://192.168.178.185:3000 it works. My challenge: I have one domain and nginx is listening to it. My goal is to use this domain and different location paths to forward to right service: DOMAIN/ --> 192.168.178.184:8123 |
Beta Was this translation helpful? Give feedback.
-
still not working and didn´t find any settings I have to set on the corresponding service. |
Beta Was this translation helpful? Give feedback.
-
You configure locations in nginx to access different backends. And I'm sure it's working. The issue is that your backend returns pages that do not contain the appropriate prefix ( |
Beta Was this translation helpful? Give feedback.
-
Environment
Include the result of the following commands:
nginx -V
1.26Description
I´m trying to setup nginx without success 😞. I have two services behind my proxy: HA and Wiki . HA works fine with IP/ but IP/wiki is not working at all:
nginx configuration
If i try to open IP/wiki I see a lot of mime type issues:
If i call http://192.168.178.185/ from my host it works. (wiki.js)
Beta Was this translation helpful? Give feedback.
All reactions