Skip to content

Commit ce9214e

Browse files
author
Pierre Buyle
committed
Identify Git ref. for the source of templates, in order to ease source change tracking.
1 parent 4b52c67 commit ce9214e

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

templates/apps/drupal/drupal.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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:

templates/nginx.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- mode: nginx; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
2+
## {{ ansible_managed }}
3+
## Git ref: 81aa86d03f80e8f97d433cb541f63ee292531658
24
user www-data;
35

46
## If you're using an Nginx version below 1.3.8 or 1.2. then uncomment

templates/nginx_status_allowed_hosts.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

templates/php_fpm_status_allowed_hosts.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

templates/php_fpm_status_vhost.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

templates/sites-available/drupal-site.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

templates/upstream_php.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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 %}

0 commit comments

Comments
 (0)