エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Forwarding Visitor’s Real-IP in Nginx Proxy/Fastcgi backend correctly
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Forwarding Visitor’s Real-IP in Nginx Proxy/Fastcgi backend correctly
Here, we are dealing with 2 nginx servers. A front-end nginx, proxying request to another nginx-s... Here, we are dealing with 2 nginx servers. A front-end nginx, proxying request to another nginx-server running behind firewall. This backend-nginx is a WordPress setup, using PHP-FPM (fastcgi) on our case. Article is valid for any code/application running behind fastcgi upstream. To manage security properly, we need to pass-on visitors real-IP to backend-nginx. In backend-nginx, WordPress do some

