This commit is contained in:
Omar Polo 2022-11-27 10:06:08 +00:00
parent e92efb0d8e
commit eb4f96c10a
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ apply_fastcgi(struct client *c)
log_debug(c, "opening fastcgi connection for (%s,%s)",
f->path, f->port);
if (*f->port != '\0')
if (*f->port == '\0')
c->pfd = fcgi_open_sock(f);
else
c->pfd = fcgi_open_conn(f);