stewartpark / Flask-JSGlue

Flask-JSGlue helps hook up your Flask application nicely with the front end.
80 stars 40 forks source link

ProxyPass Issue #31

Open eternity336 opened 2 years ago

eternity336 commented 2 years ago

When using ProxyPass on an apache sever to redirect to an internal server and using ReverseProxied, JSGlue doesn't acknowledge the use of a different URL. How do I fix this? for example

actual url is example.com/myapp/resource JSGLUE url is example.com/resource

I need it to understand that its behind the /myapp