From e69d97e7ed58bb753cc89b0b8bf9a671b9dde296 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sun, 29 Mar 2020 15:02:47 +0200 Subject: Revert "moved socket file and nginx pid to /tmpfs" This reverts commit 4731cf86b1a1a380235948cc82b2ee5fbd35f11d. --- 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 5abfe22..52c2fe2 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:/tmpfs/uwsgi.sock; + uwsgi_pass unix:/tmp/uwsgi.sock; } } -- cgit v1.3