Skip to content
Snippets Groups Projects
Verified Commit 2c4077d3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[uWSGI] Make serving of /static configurable

parent 606df0e7
No related branches found
No related tags found
1 merge request!528[uWSGI] Make serving of /static configurable
Checking pipeline status
......@@ -66,6 +66,7 @@ DEBUG_TOOLBAR_PANELS = [
UWSGI = {
"module": "aleksis.core.wsgi",
}
UWSGI_SERVE_STATIC = _settings.get("dev.uwsgi.serve_static", DEBUG)
ALLOWED_HOSTS = _settings.get("http.allowed_hosts", [])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment