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:
parent
3dae7d40d5
commit
bbb4460c3d
1 changed files with 2 additions and 0 deletions
|
@ -500,6 +500,8 @@ $SERVER["socket"] == "0.0.0.0:443" {
|
|||
}
|
||||
{% endif %}
|
||||
|
||||
$SERVER["socket"] == "0.0.0.0:80" {}
|
||||
|
||||
url.redirect = ( "^/results/sgallagh/cockpit-preview/(.+)" => "/results/@cockpit/cockpit-preview/$1" )
|
||||
|
||||
url.redirect += ( "^/results/(.*)/(.*)/mageia-(.*)-i386(.*)" => "/results/$1/$2/mageia-$3-i586$4" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue