1
0
Fork 0
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:
lapineige 2023-12-27 17:18:24 +01:00 committed by GitHub
commit ed951965a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)