diff --git a/roles/webserver/templates/conf.d/twirling.conf.j2 b/roles/webserver/templates/conf.d/twirling.conf.j2 index fb67921..12c4d44 100644 --- a/roles/webserver/templates/conf.d/twirling.conf.j2 +++ b/roles/webserver/templates/conf.d/twirling.conf.j2 @@ -17,7 +17,7 @@ server { include global/header.conf; # Path to the root of your installation - root {{ wordpress_dir }}; + root {{ wordpress_dir }}/src/web; add_header Strict-Transport-Security "max-age=63072000" always;