From afdabf3c11d5ae7f7766344e7deef9d8312e8e30 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Mon, 13 Nov 2023 15:06:11 +0100 Subject: [PATCH] Update opi-proxy .service file to listen on IPv6 as well The VM serving https://opi-proxy.opensuse.org is in an IPv6 only network now. --- proxy/opi-proxy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/opi-proxy.service b/proxy/opi-proxy.service index 038aa6d..b4c24b1 100644 --- a/proxy/opi-proxy.service +++ b/proxy/opi-proxy.service @@ -3,7 +3,7 @@ Description=OPI Proxy After=syslog.target [Service] -ExecStart=/usr/bin/gunicorn -b :80 opi_proxy:app -k gevent -u nobody -g nogroup --log-syslog +ExecStart=/usr/bin/gunicorn -b [::]:80 opi_proxy:app -k gevent -u nobody -g nogroup --log-syslog Environment=CONFIG=/etc/opi-proxy.json Restart=always Type=simple