diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-13 12:10:07 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-13 13:43:22 +0000 |
commit | 01e2813e4c87dd1bd2dbe00a96aaca566533a1ad (patch) | |
tree | b44c11fb79e7a0cea2504c10389b7b27feb322a9 /main/patchwork/nginx-uwsgi-patchwork-conf.ini | |
parent | dfb4b4cbc698aaa4e4f1798d46e3fda349a599a6 (diff) | |
download | aports-01e2813e4c87dd1bd2dbe00a96aaca566533a1ad.tar.bz2 aports-01e2813e4c87dd1bd2dbe00a96aaca566533a1ad.tar.xz |
main/patchwork: improved uwsgi and nginx subpkg
Diffstat (limited to 'main/patchwork/nginx-uwsgi-patchwork-conf.ini')
-rw-r--r-- | main/patchwork/nginx-uwsgi-patchwork-conf.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/patchwork/nginx-uwsgi-patchwork-conf.ini b/main/patchwork/nginx-uwsgi-patchwork-conf.ini index bc487ca276..2f76b80ddf 100644 --- a/main/patchwork/nginx-uwsgi-patchwork-conf.ini +++ b/main/patchwork/nginx-uwsgi-patchwork-conf.ini @@ -20,7 +20,7 @@ uid = %(user) gid = %(group) daemonize = /var/log/%(project).log -socket = /run/%(project).sock +socket = /run/uwsgi/%(project).sock chown-socket = nginx:www-data chmod-socket = 665 vacuum = true |