File tree Expand file tree Collapse file tree 7 files changed +14
-7
lines changed
Expand file tree Collapse file tree 7 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# -*- mode: nginx; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
2- #{{ ansible_managed }}
2+ ## {{ ansible_managed }}
3+ ## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
34### Nginx configuration for Drupal. This configuration makes use of
45### drush (http:///drupal.org/project/drush) for site maintenance
56### and like tasks:
Original file line number Diff line number Diff line change 11# -*- mode: nginx; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
2+ ## {{ ansible_managed }}
3+ ## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
24user www-data;
35
46## If you're using an Nginx version below 1.3.8 or 1.2. then uncomment
Original file line number Diff line number Diff line change 11# -*- mode: nginx; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
2- #{{ ansible_managed }}
2+ ## {{ ansible_managed }}
3+ ## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
34### Configuration of nginx stub status page. Here we define the
45### allowed hosts using the Geo Module. http://wiki.nginx.org/HttpGeoModule
56
Original file line number Diff line number Diff line change 11# -*- mode: nginx; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
2- #{{ ansible_managed }}
2+ ## {{ ansible_managed }}
3+ ## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
34### Configuration of php-fpm status and ping pages. Here we define the
45### allowed hosts using the Geo Module. http://wiki.nginx.org/HttpGeoModule
56
Original file line number Diff line number Diff line change 11# -*- mode: nginx; mode: flyspell-prog; ispell-current-dictionary: american -*-
2-
2+ ## {{ ansible_managed }}
3+ ## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
34### The configuration for the status pages of php-fpm. As described in
45### http://www.php.net/manual/en/install.fpm.configuration.php.
56
Original file line number Diff line number Diff line change 11# -*- mode: nginx; mode: flyspell-prog; ispell-current-dictionary: american -*-
2- #{{ ansible_managed }}
3-
2+ ## {{ ansible_managed }}
3+ ## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
44{ % if item.http is defined %}
55{ % if item.alternate_server_name is defined %}
66## Return (no rewrite) server block.
Original file line number Diff line number Diff line change 11# -*- mode: nginx; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
2- #{{ ansible_managed }}
2+ ## {{ ansible_managed }}
3+ ## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
34{ %- if not nginx_drupal_php_handling == 'proxy' %}
45### Upstream configuration for PHP FastCGI.
56{ %- else %}
You can’t perform that action at this time.
0 commit comments