Merge pull request #387 from zabbix/master

Missing headers module for Apache on Ubuntu
This commit is contained in:
Alexey Pustovalov 2018-10-02 22:43:47 +05:00 committed by GitHub
commit 2f3d4a75ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
LoadModule ssl_module modules/mod_ssl.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule headers_module modules/mod_headers.so
Listen 443

View File

@ -1,5 +1,6 @@
LoadModule ssl_module modules/mod_ssl.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule headers_module modules/mod_headers.so
Listen 443