real-ip

    0熱度

    1回答

    我的用戶"iptables": false選項搬運工守護程序配置: /etc/docker/daemon.json: { "iptables": false } 我運行選項--publish mode=host服務,--mode=global類似this approach。 但是,當我在我的應用程序中得到X-Real-IP標題時,其值爲172.18.0.1,但不是真正的用戶ip。

    0熱度

    3回答

    使用nginx可以允許和拒絕範圍和ips(https://www.nginx.com/resources/admin-guide/restricting-access/)。 使用realip模塊,您可以在cloudflare之後將其使用的IP更改爲真實IP。 (http://nginx.org/en/docs/http/ngx_http_realip_module.html) 現在,這裏的事情,我

    2熱度

    1回答

    我安裝了nginx,php7和http_realip_module。 我有1個服務器,服務2個網站。 網站1個nginx的配置: server { ... location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php7.0-fpm.sock;