nginx-configs/common/conversejs.conf

9 lines
221 B
Plaintext

add_header Onion-Location http://xmpp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
root /var/www/conversejs;
index index.html index.htm;
location / {
try_files $uri $uri/ /index.html;
}