nextcloud: Eigener PHP-FPM-Master pro Nextcloud-Instanz
This commit is contained in:
parent
230c3f538f
commit
a996e6ebeb
19 changed files with 231 additions and 105 deletions
11
files/systemd/php-fpm@.socket
Normal file
11
files/systemd/php-fpm@.socket
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
After=network-online.target
|
||||
|
||||
[Socket]
|
||||
SocketUser=%i
|
||||
SocketGroup=%i
|
||||
SocketMode=0660
|
||||
ListenStream=/run/php/php-fpm-%i.sock
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Loading…
Add table
Add a link
Reference in a new issue