From 14c50b9e4e83df0304f22394fb267e39e5305675 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: May 21 2021 19:31:34 +0000 Subject: fix issue with redirect including :8080 causing pages to not load --- diff --git a/container/nginx.conf b/container/nginx.conf index 8c0ba05..be2a686 100644 --- a/container/nginx.conf +++ b/container/nginx.conf @@ -37,6 +37,7 @@ http { listen [::]:8080; server_name _; root /srv/packages; + port_in_redirect off; # Load configuration files for the default server block. include /etc/nginx/default.d/*.conf;