Fix the stunnel configuration and adjust the EV endpoint

This commit is contained in:
Pierre-Yves Chibon 2015-06-19 00:02:48 +02:00
parent 734788c40b
commit f659e160ac
2 changed files with 3 additions and 3 deletions

View file

@ -9,12 +9,12 @@ num_cpus: 2
tcp_ports: [ 22, 25, 80, 443, 9418,
# Used for the eventsource server
8080,
8088,
# This is for the pagure public fedmsg relay
9940]
stunnel_service: "eventsource"
stunnel_source_port: 8080
stunnel_source_port: 8088
stunnel_destination_port: 8080
# These are consumed by a task in roles/fedmsg/base/main.yml

View file

@ -59,7 +59,7 @@ IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.204']
# Redis configuration
{% if env == 'pagure-staging' %}
EVENTSOURCE_SOURCE = 'https://stg.pagure.io:8080'
EVENTSOURCE_SOURCE = 'https://stg.pagure.io:8088'
{% else %}
EVENTSOURCE_SOURCE = 'https://pagure.io:8080'
{% endif %}