not much
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user