From ce5b361ef6218845104ce8e521c70eb5ccb3510e Mon Sep 17 00:00:00 2001 From: Oli Date: Tue, 28 Feb 2023 21:11:50 +0000 Subject: [PATCH] change wordpress webroot --- roles/webserver/templates/conf.d/twirling.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;