You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to understand how caching should be set-up, as I'm relatively new to RoR caching and to NGINX.
From BrowserCMS's deployment guide: "One way to improve the performance of BrowserCMS is to enable X-Sendfile."
So my config/production.rb file now has the following uncommented, as per the instructions:
config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
The last paragraph simply states: "You will then need to configure your web server to handle X-Sendfile requests. See documentation for Apache and Nginx for details."
However, I can't see any documentation in either location that tells me what nginx config changes I would need to do to make this feature work. Help!?
My nginx file is based on the suggested code in the BrowserCMS deployment guide, just altered for my own domain. Any hints, code snippets, etc. gratefully accepted. Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm struggling to understand how caching should be set-up, as I'm relatively new to RoR caching and to NGINX.
From BrowserCMS's deployment guide: "One way to improve the performance of BrowserCMS is to enable X-Sendfile."
So my config/production.rb file now has the following uncommented, as per the instructions:
config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
The last paragraph simply states: "You will then need to configure your web server to handle X-Sendfile requests. See documentation for Apache and Nginx for details."
However, I can't see any documentation in either location that tells me what nginx config changes I would need to do to make this feature work. Help!?
My nginx file is based on the suggested code in the BrowserCMS deployment guide, just altered for my own domain. Any hints, code snippets, etc. gratefully accepted. Thanks in advance.
The text was updated successfully, but these errors were encountered: