From 8f97641c8c34d141b5910331c2db17a28c3968d1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 30 Aug 2021 12:36:48 +0200 Subject: Conf: add ipv6 to nginx conf --- install/nginx.conf.template | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/nginx.conf.template b/install/nginx.conf.template index 8e6b5e5df..27a24aebc 100644 --- a/install/nginx.conf.template +++ b/install/nginx.conf.template @@ -1,5 +1,6 @@ server { listen #NGINX_PORT#; + listen [::]:#NGINX_PORT#; server_name #URL#; root #INSTALL_PATH#; access_log /var/log/django/#APP_NAME#-access.log; -- cgit v1.2.3