Skip to content

Commit 78d8bf4

Browse files
committed
data commons is http only
1 parent 15e459f commit 78d8bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/nginx/templates/default.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ server {
88
server_name {{ primary_hostname }};
99

1010
if ($host != "{{ primary_hostname }}") {
11-
rewrite ^(.*)$ https://{{ primary_hostname }}$1;
11+
rewrite ^(.*)$ http://{{ primary_hostname }}$1;
1212
}
1313

1414
charset utf-8;

0 commit comments

Comments
 (0)