add: cgi_pass in config file

This commit is contained in:
Talyx
2022-02-09 17:15:46 +03:00
parent 9f3076bc53
commit f1b2b04119
3 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ struct location
bool uploadAccept;
std::vector<std::string> methods;
std::map<int, std::string> redirect;
std::string cgi_pass;
};
struct serverListen