This commit is contained in:
Eric LAZO
2022-08-15 20:47:13 +02:00
parent c9c8946e70
commit 54b6d1f6d6

View File

@@ -206,6 +206,7 @@ ServerConfig *_determine_process_server(Client *client, std::vector<ServerConfig
// const? // const?
// Temporary Global Scope. Probably move to Client in the future. // Temporary Global Scope. Probably move to Client in the future.
// is it still TMP Global Scope?
const LocationConfig *_determine_location(const ServerConfig &server, const std::string &path) const LocationConfig *_determine_location(const ServerConfig &server, const std::string &path)
{ {
/* RULES *** /* RULES ***
@@ -219,7 +220,6 @@ New Rule for location paths, they never end in /
Sooo Sooo
If we get a url that ends in / ignore the last / If we get a url that ends in / ignore the last /
*/ */
std::string uri = path; std::string uri = path;