nginx-configs/common/conversejs.conf

13 lines
364 B
Plaintext
Raw Normal View History

2022-08-17 08:02:16 +00:00
add_header Onion-Location http://xmpp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
2022-10-21 20:40:01 +00:00
add_header X-I2P-Location http://vernd6f2dxbwfwp4fbkrdz75k2h2wyudmvwrqkrgkawjjrm72z3a.b32.i2p$request_uri;
2022-08-17 08:02:16 +00:00
2022-10-29 15:41:56 +00:00
root /var/www/conversejs-git;
2022-08-19 10:39:17 +00:00
index index.html index.htm;
2022-08-17 08:02:16 +00:00
location / {
2022-08-19 10:39:17 +00:00
try_files $uri $uri/ /index.html;
2022-08-17 08:02:16 +00:00
}
2023-11-20 07:03:34 +00:00
if ($badagent) {
return 403;
}