feat: secure proxy should work now as well
This commit is contained in:
parent
405a5e1ba1
commit
29f3ab6348
13 changed files with 335 additions and 101 deletions
|
|
@ -75,5 +75,10 @@ name = "proxy_secure"
|
|||
path = "src/executables/proxy_secure.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "backend_server"
|
||||
path = "src/executables/backend_server.rs"
|
||||
name = "backend_server_insecure"
|
||||
path = "src/executables/backend_server_insecure.rs"
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "backend_server_secure"
|
||||
path = "src/executables/backend_server_secure.rs"
|
||||
Loading…
Add table
Add a link
Reference in a new issue