【发布时间】:2015-12-09 12:49:54
【问题描述】:
我是一步一步做toran代理文档的,但是出现了问题
我已经在 parameters.yml 中配置了 toran_host 和 toran_prot,但是生成的包 josn 仍然使用域
example.org
包.json 我试图找到问题来源,但应用程序对我来说太复杂了。
这是我的parameters.yml:
parameters:
# this secret should be changed to something unique and random if possible
secret: ThisTokenIsNotSoSecret-Change-It
# http or https depending on your hosting setup
toran_scheme: http
# in case you use non-standard ports you can update them here
toran_http_port: 91
toran_https_port: 443
# the hostname toran is hosted at
toran_host: 121.199.35.34:91
# e.g. /foo if toran is hosted in a sub-directory, or leave it empty if it is on its own domain, no trailing slash!
toran_base_url:
【问题讨论】:
标签: toran-proxy