Skip to content

add `includes` directives into nginx config generated by `ubcli generateNginxCfg`

Pavel Mashliakovskiy requested to merge feature/nginxCfgExtend into master

ubcli generateNginxCfg will add includes directives into generated config - this allows to extend application reverse proxy configuration without modifying of generated conf file.

See Extending autogenerated config in Reverse proxy tutorial

Merge request reports