diff options
author | Omar Polo <op@omarpolo.com> | 2023-05-08 10:27:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-05-08 10:27:32 +0000 |
commit | 1e0b974519c8228e271b2b6e677c1b8f9a109b6b (patch) | |
tree | de04fa55d4b340cff89e9f8e77dc7b9b6b951e31 /parse.y | |
parent | 0b62f4842d7c65b8f64c5f676a0a05333fd7db6f (diff) |
send capsicum/landlock/seccomp hack to Valhalla
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1059,8 +1059,6 @@ new_proxy(void) { struct proxy *p; - conf.can_open_sockets = 1; - p = xcalloc(1, sizeof(*p)); p->protocols = TLS_PROTOCOLS_DEFAULT; return p; @@ -1170,8 +1168,6 @@ fastcgi_conf(const char *path, const char *port) struct fcgi *f; int i; - conf.can_open_sockets = 1; - for (i = 0; i < FCGI_MAX; ++i) { f = &fcgi[i]; |