Commit a2854bea authored by Scotty Logan's avatar Scotty Logan
Browse files

commented out invalid stapling_cache, authz_core settings

parent a018fc5d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ define webapp::vhost (
    ],
    ssl_cipher           => 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384',
    ssl_stapling         => true,
    stapling_cache       => 'shmcb:/var/run/ocsp(128000)',
    #stapling_cache       => 'shmcb:/var/run/ocsp(128000)',
    docroot              => '/var/www',
    docroot_owner        => 'root',
    docroot_group        => 'www-data',
@@ -86,9 +86,9 @@ define webapp::vhost (
      {
        path           => "/var/www/${name}",
        allow_override => ['none'],
        authz_core     => {
          require => ['all granted'],
        },
#        authz_core     => {
#          require => ['all granted'],
#        },
      },
      {
        path     => '.+\.php$',