Skip to content

Commit c3b9522

Browse files
committed
Add HSTS per site
1 parent be2e3f1 commit c3b9522

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)