Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Sat Jan 16, 2016 8:18 pm
- Forum: Web Server
- Topic: Reverse Proxy and IPs: Remove or modify?
- Replies: 7
- Views: 13799
Re: Reverse Proxy and IPs: Remove or modify?
That worked! You really saved me there. Thank you!
- Tue Jan 12, 2016 10:02 pm
- Forum: Web Server
- Topic: Reverse Proxy and IPs: Remove or modify?
- Replies: 7
- Views: 13799
Re: Reverse Proxy and IPs: Remove or modify?
I'm running Ubuntu 15.04 on my web server. I just tried removing mod-rpaf and enabling remoteip.
I set my remoteip.conf as this:
<IfModule mod_remoteip.c>
RemoteIPHeader X-Real-IP
RemoteIPInternalProxy 127.0.0.1
RemoteIPInternalProxy xxx.xxx.xxx.xxx // Public IP
</IfModule>
(I actually used the ...
I set my remoteip.conf as this:
<IfModule mod_remoteip.c>
RemoteIPHeader X-Real-IP
RemoteIPInternalProxy 127.0.0.1
RemoteIPInternalProxy xxx.xxx.xxx.xxx // Public IP
</IfModule>
(I actually used the ...
- Sat Jan 09, 2016 11:30 pm
- Forum: Web Server
- Topic: Reverse Proxy and IPs: Remove or modify?
- Replies: 7
- Views: 13799
Reverse Proxy and IPs: Remove or modify?
Hello. I've been working on my server lately and I've noticed that all visitors are under the same IP address, the server's IP. I looked up what was the problem, and I've seen that it's nginx being used as a reverse proxy.
The cons of removing this I've seen is slower load times for your websites ...
The cons of removing this I've seen is slower load times for your websites ...