Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Fixed
* Fix a bug where passing an empty list to a with items task in a subworkflow causes
the parent workflow to be stuck in running status. (bug fix) #4954

* Fixed a bug in the example nginx HA template declared headers twice (bug fix) #4966
Contributed by @punkrokk

3.2.0 - April 27, 2020
----------------------
Expand Down
2 changes: 0 additions & 2 deletions conf/HA/nginx/st2.conf.blueprint.sample
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ server {
server {
listen *:443 ssl;

ssl on;

ssl_certificate /etc/ssl/st2/st2.crt;
ssl_certificate_key /etc/ssl/st2/st2.key;
ssl_session_cache shared:SSL:10m;
Expand Down
5 changes: 0 additions & 5 deletions conf/HA/nginx/st2.conf.controller.sample
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ server {
server {
listen *:443 ssl;

ssl on;

ssl_certificate /etc/ssl/st2/st2.crt;
ssl_certificate_key /etc/ssl/st2/st2.key;
ssl_session_cache shared:SSL:10m;
Expand Down Expand Up @@ -70,7 +68,6 @@ server {
chunked_transfer_encoding off;
proxy_buffering off;
proxy_cache off;
proxy_set_header Host $host;
}

location @streamError {
Expand Down Expand Up @@ -127,7 +124,6 @@ server {
chunked_transfer_encoding off;
proxy_buffering off;
proxy_cache off;
proxy_set_header Host $host;
}

location /mistral/ {
Expand All @@ -146,7 +142,6 @@ server {
chunked_transfer_encoding off;
proxy_buffering off;
proxy_cache off;
proxy_set_header Host $host;
}

location / {
Expand Down