bundles/riot-web: add nginx metadata
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c4330f866b
commit
871341dd4b
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
location /.well-known/matrix/ {
|
||||
alias /etc/matrix-synapse/wellknown/;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
alias /var/run/acme/acme-challenge/;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue