mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Merge pull request #401 from lapineige/fix_install_localhost_502_error
Fix install localhost 502 error
This commit is contained in:
commit
ed951965a4
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