We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda284d commit c3515deCopy full SHA for c3515de
installation_scripts/install_flask_nginx.sh
@@ -74,10 +74,10 @@ server {
74
error_log /home/$username/logs/error.log;
75
76
location / {
77
- proxy_set_header Host $http_host;
78
- proxy_set_header X-Real-IP $remote_addr;
79
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
80
- proxy_set_header X-Forwarded-Proto $scheme;
+ proxy_set_header Host \$http_host;
+ proxy_set_header X-Real-IP \$remote_addr;
+ proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
+ proxy_set_header X-Forwarded-Proto \$scheme;
81
proxy_pass http://unix:/home/$username/public_html/$username.sock;
82
}
83
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments