Search found 1 match
- Sat Dec 02, 2017 2:52 pm
- Forum: Web Server
- Topic: Disable nginx Reverse Proxy
- Replies: 7
- Views: 11081
Re: Disable nginx Reverse Proxy
Its a personal preference which setup you use. My current preference is for apache behind an nginx proxy. This way you get the benefits of both servers: the speed of the nginx server with static files and SSL termination, and the flexibility and compatibility of apache (being able to use .htaccess ...