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:
parent
ad4f131284
commit
5a6e700c45
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue