fredrik-corneliusson / click-web

Serve click scripts over the web
MIT License
265 stars 17 forks source link

Support setting application root to support different paths if for example running behind Nginx. #15

Closed fredrik-corneliusson closed 1 year ago

fredrik-corneliusson commented 1 year ago

Now applications are served directly under root url "/" and setting app.config['APPLICATION_ROOT'] is not supported. Add support for configuring the application root for the generated click-web application.

fredrik-corneliusson commented 1 year ago

Static folder is not served under new root path.