Add new comment

Hi,

 

Yes, you can omit all the drupal reference.

  
/etc/nginx/nginx.conf: # include map/drupal_external_cache.conf;
/etc/nginx/utils/apache/php_pass.conf: #proxy_hide_header 'X-Drupal-Cache';
#proxy_hide_header 'X-Generator';
/etc/nginx/sites-available/template_ssl.conf: #include apps/drupal/core.conf; include apps/drupal/common_server_context.conf; include apps/drupal/named_location.conf;
  

If you wish to get the full performance of this nginx application, use the scripts under apps/drupal/ as reference to create support for your CMS or other application.

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.