aboutsummaryrefslogtreecommitdiff
path: root/lib/nginx/patchwork.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nginx/patchwork.conf')
-rw-r--r--lib/nginx/patchwork.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/nginx/patchwork.conf b/lib/nginx/patchwork.conf
index 5479496..1e69d1a 100644
--- a/lib/nginx/patchwork.conf
+++ b/lib/nginx/patchwork.conf
@@ -35,7 +35,6 @@ http {
location / {
include uwsgi_params;
uwsgi_pass unix:/run/uwsgi/patchwork.sock;
- uwsgi_modifier1 30;
}
}
}