-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (39 loc) · 904 Bytes
/
Copy pathconfig.json
File metadata and controls
41 lines (39 loc) · 904 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
38
39
40
41
{
"proxy": {
"interface": "0.0.0.0",
"port": 8080,
"do_not_proxify": {
"extensions": [
"png",
"js",
"css",
"jpg",
"svg",
"gif",
"ico",
"wof"
],
"sec_fetch_dest": [
"image",
"font",
"script",
"style"
],
"urls": [
],
"domains": [
],
"force_proxify_on_errors": true
}
},
"web_server": {
"interface": "localhost",
"ip_address": "127.0.0.1",
"port": 5000
},
"websocket_server": {
"interface": "0.0.0.0",
"ip_address": "127.0.0.1",
"port": 8888
}
}