I was working to override the vhost_include.tpl.php template with hook_provision_config_load_templates(), when I noticed that the file is not generated by the Nginx SSL service. By comparison with the basic Nginx service, I found that the Provision_Config_Nginx_Inc_Server config is not specified at server initialization.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nginx_ssl_vhost_include-2720159-2.patch | 758 bytes | thomas bosviel |
Comments
Comment #2
thomas bosviel commentedHere is a patch that add the missing config in Nginx SSL service.
Comment #4
omega8cc commentedMake sense, thanks for the patch!