mirror of
https://github.com/certbot/certbot.git
synced 2026-04-27 17:21:46 -04:00
Tweak the graphite config file so that apacheconftest passes again
(At least on debian and other systems that have a www-data user...)
This commit is contained in:
parent
ef1973ae28
commit
d9ea151fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<VirtualHost *:80>
|
||||
|
||||
WSGIDaemonProcess _graphite processes=5 threads=5 display-name='%{GROUP}' inactivity-timeout=120 user=_graphite group=_graphite
|
||||
WSGIDaemonProcess _graphite processes=5 threads=5 display-name='%{GROUP}' inactivity-timeout=120 user=www-data group=www-data
|
||||
WSGIProcessGroup _graphite
|
||||
WSGIImportScript /usr/share/graphite-web/graphite.wsgi process-group=_graphite application-group=%{GLOBAL}
|
||||
WSGIScriptAlias / /usr/share/graphite-web/graphite.wsgi
|
||||
|
|
|
|||
Loading…
Reference in a new issue