Add newsfragments for #2807.

pull/2807/head
derekpierre 2021-10-08 09:20:24 -04:00
parent 801a68fd32
commit dc5e936a08
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed WebController bug caused by Path object for TLS/certificate path provided to Hendrix instead of a string.

View File

@ -0,0 +1 @@
Added opt-in CORS origins support to Porter; no origins allowed by default. Also, provide docker-compose execution for Porter to run behind an Nginx reverse proxy server. Allows for more complex web configurations to be achieved with Nginx.