make proxy part of the project structure
This commit is contained in:
@@ -3,9 +3,10 @@ http_listen_address = "127.0.0.1:4434"
|
||||
cert_path = "./cert.pem"
|
||||
key_path = "./key.pem"
|
||||
mumble_server_url = "voip.ohea.xyz:64738"
|
||||
gui_path = "../mumble-web2/dist"
|
||||
serve_https = true
|
||||
gui_path = "../gui/dist"
|
||||
serve_https = false
|
||||
|
||||
[gui]
|
||||
proxy_url = "https://voip2.ohea.xyz"
|
||||
force_proxy = true
|
||||
proxy_url = "https://localhost:4433"
|
||||
# cert_hash = [...]
|
||||
|
||||
Reference in New Issue
Block a user