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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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