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
9a10
> import bottle
335a337,339
> # Run bottle in application mode. Required in order to get the application working with uWSGI!
> else:
> app = application = bottle.default_app()
and a uwsgi ini config file simpler to this:
$ cat /etc/uwsgi.d/web-asset.ini
With the following added to server.yp:
and a uwsgi ini config file simpler to this:
$ cat /etc/uwsgi.d/web-asset.ini
The bottle app code was taken from:
https://community.runabove.com/kb/en/development/how-to-run-bottle-uwsgi-nginx.html
The text was updated successfully, but these errors were encountered: