mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-07 23:48:07 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user