Initial commit.
This commit is contained in:
6
nginx/conf.d/php-fpm.conf
Normal file
6
nginx/conf.d/php-fpm.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# PHP-FPM FastCGI server
|
||||
# network or unix domain socket configuration
|
||||
|
||||
upstream php-fpm {
|
||||
server unix:/run/php-fpm/www.sock;
|
||||
}
|
||||
Reference in New Issue
Block a user