Modification : etc/sv/mysql/ .
[lhc/ateliers.git] / etc / nginx / nginx.conf
index 6860ff1..4be2606 100644 (file)
@@ -1,5 +1,4 @@
 # DOC: http://blog.martinfjordvald.com/2010/07/nginx-primer/
-daemon on;
 events {
        multi_accept on;
        use epoll;
@@ -84,5 +83,3 @@ http {
 pid /run/nginx.pid;
 user www-data;
 worker_processes 2;
-
-# vim: ft=sh