not much
This commit is contained in:
@@ -206,6 +206,7 @@ ServerConfig *_determine_process_server(Client *client, std::vector<ServerConfig
|
||||
|
||||
// const?
|
||||
// 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)
|
||||
{
|
||||
/* RULES ***
|
||||
@@ -219,7 +220,6 @@ New Rule for location paths, they never end in /
|
||||
Sooo
|
||||
If we get a url that ends in / ignore the last /
|
||||
|
||||
|
||||
*/
|
||||
|
||||
std::string uri = path;
|
||||
|
||||
Reference in New Issue
Block a user