From eb99bb0bd5c0caf03c6abef4a8249fe07a43fa2b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 14 Sep 2017 10:34:31 +0200 Subject: [PATCH] fix typo --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9f38d52..1aa4bed 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location __PATH__ { # Needed for long running operations in admin interface uwsgi_read_timeout 3600; # Adjust based to uwsgi configuration: - uwsgi_pass unix:///opt/__NAME__/uwsgi.sock + uwsgi_pass unix:///opt/__NAME__/uwsgi.sock; # uwsgi_pass 127.0.0.1:8080; # Include SSOWAT user panel.