fix(server config): remove server_fd
This commit is contained in:
parent
5214ed3af1
commit
f611ace342
@ -29,14 +29,9 @@ class ServerConfig
|
|||||||
[[nodiscard]] const LocationConfig &getLocation(const std::string &path) const;
|
[[nodiscard]] const LocationConfig &getLocation(const std::string &path) const;
|
||||||
[[nodiscard]] std::vector<std::string> getLocationPaths() const;
|
[[nodiscard]] std::vector<std::string> getLocationPaths() const;
|
||||||
|
|
||||||
void setServerFD(int fd) { server_fd_ = fd; }
|
|
||||||
|
|
||||||
[[nodiscard]] int getServerFD() const { return server_fd_; }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string host_;
|
std::string host_;
|
||||||
int port_;
|
int port_;
|
||||||
int server_fd_;
|
|
||||||
std::string root_;
|
std::string root_;
|
||||||
std::string cgi_pass_;
|
std::string cgi_pass_;
|
||||||
std::string cgi_ext_;
|
std::string cgi_ext_;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user