Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Nginx Reverse Proxy Tutorial (Centos 6) - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Nginx Reverse Proxy Tutorial (Centos 6)

2»

Comments

  • @catding said:
    i am using Outlook app for iOS and it is excellent, but sometimes deal mails maybe much easier with webmail, and prefer their original interface which easy to handle the mass emails.

    i think u can use SSH socks5 Proxy

    http://straightedgelinux.com/blog/howto/socks.html

    https://vpnreviewer.com/ssh-socks5-tunnel-howto

  • thanks for your share, I've tried that, SSH and ShadowSocks are great for Socks5.
    but it is not very great if I want to use in public place. Proxy for gmail may be great because I don't need to carry any file/password to use.

  • rokokrokok Member

    @sleddog said:

    And how can i decompress respond request?

  • XSXXSX Member, Host Rep

    [code]rpm -Uvh http://mirror.ancl.hawaii.edu/linux/epel/6/uname -i/epel-release-6-8.noarch.rpm [/code]

    i386 not is only.

  • XSXXSX Member, Host Rep

    update

    rpm -Uvh http://mirror.ancl.hawaii.edu/linux/epel/6/`uname -i`/epel-release-6-8.noarch.rpm 

    i386 not is only.

  • rokokrokok Member

    not bad, my first try reverse proxy: lowendtalk with SSL https://lowendtalk.me/

    lol

  • For HTTP Flood based Attacks add this into the HTTP Block
    limit_req_zone $binary_remote_addr zone=slimitss:10m rate=1r/s;
    limit_req zone=slimitss burst=10;

    1r/s, and burst up to 10, i'm not sure... + Cloudflare...
    Anyone have a real experience with http flood ddos attack to cloudflare free plan?

  • xaitmixaitmi Member

    Does anyone have any recommended iptables for using a vps as just a reverse proxy

  • wychwych Member

    @xaitmi said:
    Does anyone have any recommended iptables for using a vps as just a reverse proxy

    GRE Tnnel?

  • I am using this method to hide my website IP which is hosted on a shared Cpanel. The problem is Cpanel can not detect the real visitor IP and "Awstat" and "Visitors" both display the vps IP only, for all the visits. Is there any way to fix this on shared cpanels?

    Thanked by 1WSS
  • FalzoFalzo Member

    @jikjik said:

    yes, please use this to get your answer from @nexmark:

    Thanked by 2ehab raindog308
  • r0xzr0xz Member

    Just wtf is going on wt all this grave digger...

  • @jikjik said:
    I am using this method to hide my website IP which is hosted on a shared Cpanel. The problem is Cpanel can not detect the real visitor IP and "Awstat" and "Visitors" both display the vps IP only, for all the visits. Is there any way to fix this on shared cpanels?

    Need 'proxy_set_header X-Real-IP $remote_addr;' and 'proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;'

  • jikjikjikjik Member
    edited March 2017

    @r0xz said:
    Just wtf is going on wt all this grave digger...

    Do you expect opening a new case for the same matter?!

  • bapbap Member

    nice tuts..

This discussion has been closed.