1
0
Fork 0
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:
lapineige 2023-12-27 17:02:36 +01:00 committed by GitHub
parent c4fa371bfc
commit f6eff70b3f
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)