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 launching the archivy container, it complains that its embedded development webserver is configured for production:
archivy_1 | Starting Archivy
archivy_1 | Running archivy...
archivy_1 | [2022-09-24 18:39:42,440] INFO in __init__: OUTPUT_FOLDER: /tmp/click-web
archivy_1 | * Serving Flask app 'archivy' (lazy loading)
archivy_1 | * Environment: production
archivy_1 | WARNING: This is a development server. Do not use it in a production deployment.
archivy_1 | Use a production WSGI server instead.
archivy_1 | * Debug mode: off
archivy_1 | * Running on all addresses.
archivy_1 | WARNING: This is a development server. Do not use it in a production deployment.
archivy_1 | * Running on http://10.89.5.2:5000/ (Press CTRL+C to quit)
Exemplary uWSGI setups for Flask with Nginx can be found in:
When launching the
archivy
container, it complains that its embedded development webserver is configured for production:Exemplary uWSGI setups for Flask with Nginx can be found in:
The text was updated successfully, but these errors were encountered: