-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.conf
More file actions
38 lines (31 loc) · 900 Bytes
/
test.conf
File metadata and controls
38 lines (31 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
client_max_body_size 1024
server
host 1234
port 1234
location /
root /Users/gilee/CLionProjects/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method GET|
location /put_test/*
root /Users/gilee/CLionProjects/webserv/YoupiBanane/put_test
index index.html
default_error_page youpi.bad_extension
allowed_method PUT|GET|
location /*.bla
root /Users/gilee/CLionProjects/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method POST|
cgi /Users/gilee/CLionProjects/webserv/CGIbin/cgi_tester
location /post_body
root /Users/gilee/CLionProjects/webserv/YoupiBanane/post_body
index index.html
default_error_page youpi.bad_extension
allowed_method PUT|POST|
client_max_body_size 100
location /directory*
root /Users/gilee/CLionProjects/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method GET|