Skip to content

Commit 8a2a99a

Browse files
author
Pierre Paul Lefebvre
committed
missing is defined when using https
1 parent 56f16fb commit 8a2a99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/sites-available/drupal-site.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ server {
131131
{% endif %}
132132

133133
{% if item.https is defined %}
134-
{% if item.alternate_server_name %}
134+
{% if item.alternate_server_name is defined %}
135135
## Return (no rewrite) server block.
136136
server {
137137
## This is to avoid the spurious if for sub-domain name

0 commit comments

Comments
 (0)