how to set nginx? #122
forestmojo
started this conversation in
General
Replies: 1 comment 2 replies
-
|
It looks like you are trying to route with a url prefix which is not supported. If you want multiple services on the same domain; use a sub domain. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to visit web portal like this way: http://localhost/web ,
so with nginx server configuration, for example:
location /web/ {
proxy_pass http://localhost:8083/;
}
nginx is running on port 80. but web portal can't be visited correctly.
Is there any solutions?
thanks a lot for your help.
Beta Was this translation helpful? Give feedback.
All reactions