Enable Apache module "cgid"

This commit is contained in:
Alex Kotov 2020-01-25 01:53:54 +05:00
parent f224fe7b8d
commit daad594368
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ common__nginx__sites: []
common__apache__remove_default: true
common__apache__listen: ['127.0.0.1:8080']
common__apache__modules: ['rewrite', 'ssl']
common__apache__modules: ['cgid', 'rewrite', 'ssl']
common__apache__sites: []