remove test setup from tutorial
This commit is contained in:
parent
c204dd0e5e
commit
e2bb91b991
@ -30,7 +30,7 @@ echo 'server {
|
|||||||
proxy_set_header Host "a1b2c3d4e5f6.onion";
|
proxy_set_header Host "a1b2c3d4e5f6.onion";
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
proxy_set_header Via "$host";
|
proxy_set_header Via "$host";
|
||||||
subs_filter 'a1b2c3d4e5f6.onion' '10.40.8.206';
|
subs_filter 'a1b2c3d4e5f6.onion' "$host";
|
||||||
}
|
}
|
||||||
}' > /etc/nginx/sites-enabled/default
|
}' > /etc/nginx/sites-enabled/default
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user