summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-08-30 12:36:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-08-30 12:36:48 +0200
commitc56e12387267e4cabb3b3e364bd60222134148c7 (patch)
tree8a8ea0f541871fb085f042dfba27a297be667eac
parent07b1e2fa40320b68b5ca7a20494d60faf33350a5 (diff)
downloadIshtar-c56e12387267e4cabb3b3e364bd60222134148c7.tar.bz2
Ishtar-c56e12387267e4cabb3b3e364bd60222134148c7.zip
Conf: add ipv6 to nginx conf
-rw-r--r--install/nginx.conf.template1
1 files changed, 1 insertions, 0 deletions
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;