summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/uwsgi.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/uwsgi.config b/config/uwsgi.config
index 7108d33..177ddaf 100644
--- a/config/uwsgi.config
+++ b/config/uwsgi.config
@@ -2,7 +2,7 @@
2module=main 2module=main
3chdir = /var/www/mat2-web/ 3chdir = /var/www/mat2-web/
4callable = app 4callable = app
5wsgi-file = main.py 5wsgi-file = /var/www/mat2-web/main.py
6master = true 6master = true
7workers = 1 7workers = 1
8 8