Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
philippschwarzmueller committed Sep 6, 2023
1 parent 08a0855 commit fad8be6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions config/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ http {
port 4444;
404 ./data/404.html;
client_max_body_size 100000;
location {
endpoint /test-endpoint;
root ./www/files;
default index.html;
auto-index true;
allow-method GET;
allow-method DELETE;
}
#location {
# endpoint /test-endpoint;
# root ./www/files;
# default index.html;
# auto-index true;
# allow-method GET;
# allow-method DELETE;
#}
}
server {
server_name 0.0.0.0;
Expand Down
2 changes: 1 addition & 1 deletion src/parser/ServerSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ServerSettings::ServerSettings()
this->error_pages_[404] = "./data/404.html";
}

ServerSettings::~ServerSettings(){}
ServerSettings::~ServerSettings() {}

ServerSettings::ServerSettings(const ServerSettings& obj)
: port_(obj.port_),
Expand Down

0 comments on commit fad8be6

Please sign in to comment.