You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganize how default nginx ssl config settings are applied.
- Shift the defaults into the `config/default.yml`. Using this approach,
the template no longer needs conditionals, since the values in
`config/default.yml` will be inherited if the admin doesn't override
them in the `/etc/api-umbrella/api-umbrella.yml` file.
- Make a few last ssl settings configurable via settings (these others
seem less likely to be changed, but we'll make them configurable in
any case).
0 commit comments