环境
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.我就是这样启动服务器的:
thin start -e production -d -p 3001 -P ./tmp/pids/thin_https.pid --ssl --ssl-key-file /etc/
我对来自我的机器的数据包如何通过代理服务器到达目的地感到困惑。我的机器有一个内部网的私有ip,我们有一个代理服务器,有公共ip可以与世界对话。2) proxy server address现在,在我发送的tcp数据包中,因此,当我的数据包离开我的机器时,它将包含什么地址。这样它就可以通过中间的网关到达我的代理服务器。?
一旦它到达代