Simplify nginx systemd unit and add RuntimeDirectory option to php

This commit is contained in:
Daniel Winzen
2019-10-17 19:03:45 +02:00
parent b7be96b11f
commit 9c04243f33
8 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,4 @@
daemon on;
user www-data;
worker_processes auto;
pid /run/nginx.pid;