Jump to content

Recommended Posts

Posted

Hi, I need help setting up nginx as reverse proxy for my unigui applications. What I really need is pretty straight forward. For every unigui application I need a different path. For example I would like to serve two apps: app1 and app2. Both apps must be accessible through https and I would also like to support their mobile applications. So the needed endpoints are:

 

app1:

1) http:\\domain\app1

2) http:\\domain\app1\m

3) https:\\domain\app1

4) https:\\domain\app1\m

 

app2:

5) http:\\domain\app2

6) http:\\domain\app2\m

7) https:\\domain\app2

8) https:\\domain\app2\m

 

Is this possible by using nginx and its reverse proxy feature? If not what is the most efficient workaround?

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...