forked from tmddms927/webserv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
seungoh_test.conf
58 lines (47 loc) · 1.13 KB
/
seungoh_test.conf
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
client_max_body_size 1024
server
host 127.0.0.1
port 80
location /*
root /Users/seungoh/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method GET|DELETE|
location /put_test/
root /Users/seungoh/webserv/YoupiBanane/put_test
index index.html
default_error_page youpi.bad_extension
allowed_method PUT|GET|DELETE|
location /*.bla
root /Users/seungoh/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method POST|
cgi /Users/seungoh/webserv/CGIbin/cgi_tester
location /post_body
root /Users/seungoh/webserv/YoupiBanane/post_body
index index.html
default_error_page youpi.bad_extension
allowed_method PUT|POST|GET|
client_max_body_size 100
location /directory*
root /Users/seungoh/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method GET|
server
host abc
port 81
location /
root /Users/seungoh/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method GET|
server
host def
port 8080
location /
root /Users/seungoh/webserv/YoupiBanane
index index.html
default_error_page youpi.bad_extension
allowed_method GET|