Use 127.0.0.1 for nginx proxy in prod doc

Because localhost could also target ipv6
pull/3543/head
Chocobozzz 2021-01-07 11:11:57 +01:00
parent 94f2bbe90b
commit feb0f99820
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Replace `[peertube-domain]` with the domain for the peertube server.
```
$ sudo sed -i 's/${WEBSERVER_HOST}/[peertube-domain]/g' /etc/nginx/sites-available/peertube
$ sudo sed -i 's/${PEERTUBE_HOST}/localhost:9000/g' /etc/nginx/sites-available/peertube
$ sudo sed -i 's/${PEERTUBE_HOST}/127.0.0.1:9000/g' /etc/nginx/sites-available/peertube
```
Then modify the webserver configuration file. Please pay attention to the `alias` keys of the static locations.