rpm packaging - update fcgiwrap socket location

I pushed a new fgciwrap package to Fedora and the socket file in the package is in a different location. See: https://bugzilla.redhat.com/show_bug.cgi?id=1655281
This commit is contained in:
Andrew Bauer
2018-12-14 20:27:12 -06:00
committed by GitHub
parent ad4f131284
commit 5a6e700c45

View File

@@ -21,7 +21,7 @@ server {
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_pass unix:/run/fcgiwrap.sock;
fastcgi_pass unix:/run/fcgiwrap/fcgiwrap-nginx.sock;
}
location /zm/cache {