summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;