From f6eff70b3ffae7e1a2d10cf8acf60588a15b789d Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 27 Dec 2023 17:02:36 +0100 Subject: [PATCH] localhost doesn't work And is less reliable (could be IPV6) --- conf/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/production.yaml b/conf/production.yaml index 28731b5..b6bf194 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -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)