X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.vcl;h=63c1cb74dbf01f5b7a72285d83f35306c997b96f;hb=ebbe11f33b62cb248170ba25e5c9cd2e5b339b3a;hp=5d80c6f44f9b760bc25d251bf04f2b9e2fb0fd37;hpb=057a9017b3852f10e76165b70b907d9af458c301;p=akkoma diff --git a/installation/pleroma.vcl b/installation/pleroma.vcl index 5d80c6f44..63c1cb74d 100644 --- a/installation/pleroma.vcl +++ b/installation/pleroma.vcl @@ -119,8 +119,3 @@ sub vcl_pipe { set bereq.http.connection = req.http.connection; } } - -sub vcl_deliver { - # Uncomment this only after you get HTTPS working. - # set resp.http.Strict-Transport-Security= "max-age=31536000; includeSubDomains"; -}