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
There could be several add_header directives. These directives are inherited from the previous level if and only if there are no add_header directives defined on the current level.
So we should keep these in nginx.conf. Currently, the ones causing me problems are the following:
…o D7
* 'D7' of https://github.com/perusio/drupal-with-nginx:
* Added woff2 support from PR perusio#255 by @iryston.
Added an appropriate mime type for .woff2
* Fixperusio#251 with PR from @kkomelin.
* Include PR#11 from @kkomelin about CGI var vuln.
Allowed "Well-Known URIs".
Cache valid responses for 15s.
disable access_log in php_fpm_status_vhost
* Disabled SSL v3.
* Enable OCSP stapling verification.
Update fastcgi_cache_key
Issue perusio#212 by colans: Move header-adding to nginx.conf to avoid losing headers.
Disabled SSLv3 to fix POODLE vulnerability.
From the documentation:
So we should keep these in nginx.conf. Currently, the ones causing me problems are the following:
...and several in apps/drupal/microcache_fcgi.conf
The text was updated successfully, but these errors were encountered: