diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/nginx-default.conf | 2 | ||||
| -rw-r--r-- | config/uwsgi.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/nginx-default.conf b/config/nginx-default.conf index fd3e2f1..52c2fe2 100644 --- a/config/nginx-default.conf +++ b/config/nginx-default.conf | |||
| @@ -9,6 +9,6 @@ server { | |||
| 9 | location / { try_files $uri @yourapplication; } | 9 | location / { try_files $uri @yourapplication; } |
| 10 | location @yourapplication { | 10 | location @yourapplication { |
| 11 | include uwsgi_params; | 11 | include uwsgi_params; |
| 12 | uwsgi_pass unix:/var/www/mat2-web/mat2-web.sock; | 12 | uwsgi_pass unix:/tmp/uwsgi.sock; |
| 13 | } | 13 | } |
| 14 | } | 14 | } |
diff --git a/config/uwsgi.config b/config/uwsgi.config index 177ddaf..9b46181 100644 --- a/config/uwsgi.config +++ b/config/uwsgi.config | |||
| @@ -13,7 +13,7 @@ gid = www-data | |||
| 13 | harakiri = 30 | 13 | harakiri = 30 |
| 14 | die-on-term = true | 14 | die-on-term = true |
| 15 | 15 | ||
| 16 | socket = mat2-web.sock | 16 | socket = /tmp/uwsgi.sock |
| 17 | chmod-socket = 774 | 17 | chmod-socket = 774 |
| 18 | plugins = python3 | 18 | plugins = python3 |
| 19 | 19 | ||
