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
When using demo web_server.py I tried to deploy it using nginx. I needed to pass extra root_path argument to launch() function. It wasn't possible using library web_server so I had to copy the code and run my own version, should be easy fix.
The text was updated successfully, but these errors were encountered:
When using demo web_server.py I tried to deploy it using nginx. I needed to pass extra
root_path
argument tolaunch()
function. It wasn't possible using library web_server so I had to copy the code and run my own version, should be easy fix.The text was updated successfully, but these errors were encountered: