mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
localhost doesn't work
And is less reliable (could be IPV6)
This commit is contained in:
parent
c4fa371bfc
commit
f6eff70b3f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
listen:
|
||||
hostname: 'localhost'
|
||||
hostname: '127.0.0.1'
|
||||
port: __PORT__
|
||||
|
||||
# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL)
|
||||
|
|
Loading…
Add table
Reference in a new issue