Skip to content

Commit 8313c3f

Browse files
authored
Merge pull request #4917 from StackStorm/enhg/nginx-ssl-config-deprecations
Remove deprecated 'ssl on' nginx config
2 parents 137020a + 6c4c16d commit 8313c3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Changed
6666
contains various new features and bug fixes. Please review the release notes for the full list of
6767
changes at https://github.com/StackStorm/orquesta/releases/tag/v1.1.0 and the st2 upgrade notes
6868
for potential impact. (improvement)
69+
* Update st2 nginx config to remove deprecated ``ssl on`` option. #4917 (improvement)
6970

7071
Fixed
7172
~~~~~

conf/nginx/st2.conf

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ server {
2525
server {
2626
listen *:443 ssl;
2727

28-
ssl on;
29-
3028
ssl_certificate /etc/ssl/st2/st2.crt;
3129
ssl_certificate_key /etc/ssl/st2/st2.key;
3230
ssl_session_cache shared:SSL:10m;

0 commit comments

Comments
 (0)