change wordpress webroot

This commit is contained in:
Oli
2023-02-28 21:11:50 +00:00
parent b9af96fbbe
commit ce5b361ef6

View File

@@ -17,7 +17,7 @@ server {
include global/header.conf; include global/header.conf;
# Path to the root of your installation # Path to the root of your installation
root {{ wordpress_dir }}; root {{ wordpress_dir }}/src/web;
add_header Strict-Transport-Security "max-age=63072000" always; add_header Strict-Transport-Security "max-age=63072000" always;