summarylogtreecommitdiffstats
path: root/nginx.pi-hole.conf
diff options
context:
space:
mode:
authormax.bra2019-04-28 09:11:27 +0200
committermax.bra2019-04-28 09:11:27 +0200
commit50b79a2be192ce43a4910a535ddf9e355c23a894 (patch)
treec4f2d93033606c8d340cc2723bb0fcc60cfe105a /nginx.pi-hole.conf
parentb8275da6dfc559f3758eab45f29aae08c4a93561 (diff)
downloadaur-50b79a2be192ce43a4910a535ddf9e355c23a894.tar.gz
nginx php config update
Diffstat (limited to 'nginx.pi-hole.conf')
-rw-r--r--nginx.pi-hole.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.pi-hole.conf b/nginx.pi-hole.conf
index b7cd87eac349..11c2d8ab9d13 100644
--- a/nginx.pi-hole.conf
+++ b/nginx.pi-hole.conf
@@ -26,7 +26,7 @@ server {
location ~ \.php$ {
include fastcgi.conf;
fastcgi_intercept_errors on;
- fastcgi_pass 127.0.0.1:9000;
+ fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
fastcgi_param SERVER_NAME $host;
}