Jump to content

Bobby1976

uniGUI Subscriber
  • Posts

    2
  • Joined

  • Last visited

  • Days Won

    1

Bobby1976 last won the day on April 13 2020

Bobby1976 had the most liked content!

Bobby1976's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Hi Stas! Thank you so much for your answer. I now got it working using the following configuration: uniservermodule.urlpath=/demo my nginx.conf looks like this: location /demo/ { proxy_pass http://mycomputer:8077/m/; } It was really simple but you have to pay attention to the correct definition of the proxy-pass-parameter ..../m/; Hope this helps other developers in this forum. BR, Bob
  2. Hi! I have a simple question and already spent hours crawling this forum and do try and error. I am using a unigui "Standalone Server" on a machine "mycomputer" which is working fine by opening the following URL: http://mycomputer:8077/m In my network there is a NGINX-Webserver called "mywebserver" which already is serving webcontent. This server is able to access "mycomputer". The plan is to configure this NGINX-Webserver as a reverse-proxy so that the URL http://mywebserver/demo/ serves the unigui-application. My question is: what exactly do I have to configure in NGINX and in the unigui standandalone - application in order to get it working? Please post a small example of a NGINX-Configuration. Note: I already read all posts regarding NGINX in this forum and they do NOT work - they are focussing on a ISAPI-Module which I do NOT use. Thank you so much for helping me. BR, Bob
×
×
  • Create New...