[noosfero/noosfero][master] sample pound.cfg: avoid running as root

Antonio Terceiro gitlab at gitlab.com
Mon Jun 1 09:44:41 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
893bdbd2 by Antonio Terceiro at 2015-06-01T09:43:39Z
sample pound.cfg: avoid running as root

You do not want a component as exposed to the world as your https
reverse proxy running as root.

- - - - -


1 changed file:

- etc/pound.cfg


Changes:

=====================================
etc/pound.cfg
=====================================
--- a/etc/pound.cfg
+++ b/etc/pound.cfg
@@ -1,3 +1,5 @@
+User    "www-data"
+Group   "www-data"
 LogLevel 1
 Alive    10
 Client   120



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/893bdbd20c2bc3019b2a3465ccaa653fbe05efd3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150601/16dea4c3/attachment.html>


More information about the Noosfero-dev mailing list