Skip to content

Commit a01a6ab

Browse files
committed
Merge branch 'disable_hsts' of https://github.com/kirtangajjar/site-command into kirtangajjar-disable_hsts
2 parents 8d6705c + c3b9522 commit a01a6ab

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)