Actually fix creation of dirs before secret placement

This commit is contained in:
Charlotte Van Petegem 2022-03-06 05:25:37 +01:00
parent e36b662279
commit 562fcbbcf1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 24 additions and 13 deletions

View file

@ -80,7 +80,7 @@
add_header 'access-control-allow-origin' '*' always;
add_header 'access-control-allow-methods' 'GET, HEAD, POST, PUT, DELETE, OPTIONS' always;
add_header 'access-control-allow-headers' 'X-Requested-With, Content-Type, Authorization, Date' always;
'';
'';
priority = 1;
};
"/".return = "307 https://www.vanpetegem.me$request_uri";