Jump to content

Nginx as front end proxy


chandreshjoshi
 Share

Recommended Posts

Is anyone tried using nginx as frontend proxy to serve static content and apache as backend.

I am having trouble in image upload path as now upload folders are created with hyphens in start so getting not found error.

Any sample conf file for frontend proxy I have seen conf file when nginx used alone but that not helping

Link to comment
Share on other sites

  • 2 weeks later...

Try to disable pagefileSecure in your /site/config.php: $config->pagefileSecure = false; Most likely the Apache htaccess rules that make that option work are not compatible with nginx (or require a different set of htaccess rules). 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...