Skip to content

Commit

Permalink
ui: fix trailing :80 inservername
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Apr 29, 2024
1 parent 5b317a4 commit a97e975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/rucio.conf.j2
Expand Up @@ -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 }}
Expand Down

0 comments on commit a97e975

Please sign in to comment.