remove test setup from tutorial

This commit is contained in:
6543 2019-07-08 14:17:47 +02:00
parent c204dd0e5e
commit e2bb91b991
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ echo 'server {
proxy_set_header Host "a1b2c3d4e5f6.onion";
proxy_set_header Accept-Encoding "";
proxy_set_header Via "$host";
subs_filter 'a1b2c3d4e5f6.onion' '10.40.8.206';
subs_filter 'a1b2c3d4e5f6.onion' "$host";
}
}' > /etc/nginx/sites-enabled/default
```