copr-be: re-enable port 80

The socket statement for :80 needs to be configured, otherwise http://
doesn't work at all.

f025f0cc31
This commit is contained in:
Pavel Raiskup 2021-01-22 15:36:18 +01:00
parent 3dae7d40d5
commit bbb4460c3d

View file

@ -500,6 +500,8 @@ $SERVER["socket"] == "0.0.0.0:443" {
} }
{% endif %} {% endif %}
$SERVER["socket"] == "0.0.0.0:80" {}
url.redirect = ( "^/results/sgallagh/cockpit-preview/(.+)" => "/results/@cockpit/cockpit-preview/$1" ) url.redirect = ( "^/results/sgallagh/cockpit-preview/(.+)" => "/results/@cockpit/cockpit-preview/$1" )
url.redirect += ( "^/results/(.*)/(.*)/mageia-(.*)-i386(.*)" => "/results/$1/$2/mageia-$3-i586$4" ) url.redirect += ( "^/results/(.*)/(.*)/mageia-(.*)-i386(.*)" => "/results/$1/$2/mageia-$3-i586$4" )