mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
add: cgi_pass in config file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user