simplify nginx configuration deployment

This commit is contained in:
Daniel Micay 2023-07-15 16:30:49 -04:00
parent fd5c6b0c58
commit 6b7dff0c64
3 changed files with 5 additions and 5 deletions

View file

@ -182,7 +182,7 @@ http {
listen [::]:443 ssl http2;
server_name element.grapheneos.org;
root /srv/element.grapheneos.org;
include root_element.grapheneos.org.conf;
include snippets/security-headers.conf;
add_header Cross-Origin-Resource-Policy "cross-origin" always;

View file

@ -0,0 +1,2 @@
# placeholder for gixy
root /srv/element.grapheneos.org_a;