This website requires JavaScript.
Explore
Help
Register
Sign in
nune
/
privatebin-docker-nginx-fpm-alpine
Watch
0
Star
0
Fork
You've already forked privatebin-docker-nginx-fpm-alpine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3
1.2
privatebin-docker-nginx-fpm...
/
usr
/
local
/
etc
/
php-fpm.d
/
50-socket.conf
6 lines
97 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
switching to unix socket for communication between nginx & php-fpm, improves performance and fixes #1
2018-06-03 20:33:50 +02:00
[www]
listen = /run/php-fpm.sock
privilege separation, ensuring nginx may access it's own tmp folder and only read /var/www
2018-06-19 13:16:07 +02:00
listen.owner = nginx
switching to unix socket for communication between nginx & php-fpm, improves performance and fixes #1
2018-06-03 20:33:50 +02:00
listen.group = www-data
listen.mode = 0660
Reference in a new issue
Copy permalink