bundlewrap/data/nginx/files/extras/htz.ex42-1048908/chat.franzi.business
Franzi 871341dd4b
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
bundles/riot-web: add nginx metadata
2020-06-01 10:53:19 +02:00

9 lines
234 B
Plaintext

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/;
}