mirror of https://gitlab.com/curben/blog
post(onion-location): add guide for nginx & apache
This commit is contained in:
parent
b92095ee4e
commit
1eff521182
|
@ -2,6 +2,7 @@
|
||||||
title: "Onion-Location: redirect your cleanet website to .onion"
|
title: "Onion-Location: redirect your cleanet website to .onion"
|
||||||
excerpt: Supported in Tor Browser >=9.5
|
excerpt: Supported in Tor Browser >=9.5
|
||||||
date: 2020-06-03
|
date: 2020-06-03
|
||||||
|
updated: 2020-07-09
|
||||||
tags:
|
tags:
|
||||||
- tor
|
- tor
|
||||||
---
|
---
|
||||||
|
@ -60,3 +61,7 @@ The tag should be added in `<head>`:
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Apache and Nginx
|
||||||
|
|
||||||
|
Refer to this [configuration guide](https://community.torproject.org/onion-services/advanced/onion-location/) on Tor Project website.
|
||||||
|
|
Loading…
Reference in New Issue