You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a linux server (debian) with several running websites how can we adapt the nginx config in docker to use the already running nginx instance. In my specific case nginx is configured to proxy requests from my-site.com/miqa to localhost:8000. I can also set a subdomain like miqa.my-site.com the same way. which configs should I change in order to run miqa in this kind of environment?
The text was updated successfully, but these errors were encountered:
In a linux server (debian) with several running websites how can we adapt the nginx config in docker to use the already running nginx instance. In my specific case nginx is configured to proxy requests from
my-site.com/miqa
tolocalhost:8000
. I can also set a subdomain likemiqa.my-site.com
the same way. which configs should I change in order to run miqa in this kind of environment?The text was updated successfully, but these errors were encountered: