X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.vcl;h=5d80c6f44f9b760bc25d251bf04f2b9e2fb0fd37;hb=331cf6ada1e4df51b366c79126e094ee335dd684;hp=63c1cb74dbf01f5b7a72285d83f35306c997b96f;hpb=a85d05167580035608909db241dd8f5756c351b9;p=akkoma diff --git a/installation/pleroma.vcl b/installation/pleroma.vcl index 63c1cb74d..5d80c6f44 100644 --- a/installation/pleroma.vcl +++ b/installation/pleroma.vcl @@ -119,3 +119,8 @@ 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"; +}