Change nginx.conf Tor HS port from 81 to 80 to fix i18n bug

This commit is contained in:
wiz
2020-12-03 09:56:29 +09:00
parent 6b498b9601
commit 2b2bc2fc41
2 changed files with 4 additions and 2 deletions

View File

@@ -102,10 +102,12 @@ Log notice syslog
CookieAuthentication 1
CookieAuthFileGroupReadable 1
CookieAuthFile /var/db/tor/control_auth_cookie
DataDirectory /var/db/tor
DataDirectoryGroupReadable 1
HiddenServiceDir /var/db/tor/mempool
HiddenServicePort 80 127.0.0.1:81
HiddenServicePort 80 127.0.0.1:80
HiddenServiceVersion 3
```