Skip to content

Commit 07dc733

Browse files
committed
Merge branch 'kirtangajjar-disable_hsts' into develop
2 parents 8d6705c + a01a6ab commit 07dc733

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Site_Docker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function generate_docker_compose_yml( array $filters = [] ) {
7777
'env' => array(
7878
array( 'name' => $v_host ),
7979
array( 'name' => 'VIRTUAL_PATH=/' ),
80+
array( 'name' => 'HSTS=off' ),
8081
),
8182
);
8283
$nginx['volumes'] = array(

0 commit comments

Comments
 (0)