From acb6694f8215ed09f83099196aa2165ba2c9dbd8 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sun, 29 Mar 2020 14:35:32 +0200 Subject: moved socket file and nginx pid to /tmpfs --- config/nginx-default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/nginx-default.conf') diff --git a/config/nginx-default.conf b/config/nginx-default.conf index 52c2fe2..5abfe22 100644 --- a/config/nginx-default.conf +++ b/config/nginx-default.conf @@ -9,6 +9,6 @@ server { location / { try_files $uri @yourapplication; } location @yourapplication { include uwsgi_params; - uwsgi_pass unix:/tmp/uwsgi.sock; + uwsgi_pass unix:/tmpfs/uwsgi.sock; } } -- cgit v1.3