From a97e975a0dad0c3fa18c782c5ca291997a593bf8 Mon Sep 17 00:00:00 2001 From: maany Date: Mon, 29 Apr 2024 15:45:06 +0200 Subject: [PATCH] ui: fix trailing :80 inservername --- ui/rucio.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/rucio.conf.j2 b/ui/rucio.conf.j2 index 5a2e556..d27f2fe 100644 --- a/ui/rucio.conf.j2 +++ b/ui/rucio.conf.j2 @@ -40,7 +40,7 @@ CacheRoot /tmp {% macro common_virtual_host_config() %} {% if RUCIO_HOSTNAME is defined %} - ServerName {{ RUCIO_HOSTNAME }}:80 + ServerName {{ RUCIO_HOSTNAME }} {% endif %} {% if RUCIO_SERVER_ADMIN is defined %} ServerAdmin {{ RUCIO_SERVER_ADMIN }}