Port meetups, discussions, gigs, dating/chat, VIP pay (ZPay/XorPay), MiroTalk live, digital academy, and ebook reader. Add persistent community_store, git-first deploy docs, and env template for production secrets. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
mirotalk.nomadro.com {
|
|
encode gzip
|
|
reverse_proxy https://mirotalk.nomadro.cn {
|
|
header_up Host mirotalk.nomadro.cn
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
header {
|
|
Content-Security-Policy "frame-ancestors 'self' https://nomadweb.nomadro.com https://nomadro.cn https://www.nomadro.cn http://localhost:3001 http://127.0.0.1:3001"
|
|
}
|
|
}
|