Skip to content
Snippets Groups Projects
Verified Commit 2ed9718a authored by Haelwenn's avatar Haelwenn
Browse files

installation/pleroma.lighttpd: Add example configuration

parent b7923aa3
Branches revert/tags-releases
No related tags found
No related merge requests found
$HTTP["host"] =~ "example.tld" {
setenv.add-response-header =(
"Content-Security-Policy" => "default-src 'none'; base-uri 'self'; form-acti\
on 'self'; img-src 'self' data: https:; media-src 'self' https:; style-src 'self\
' 'unsafe-inline'; font-src 'self'; script-src 'self'; connect-src 'self' wss://\
example.tld; upgrade-insecure-requests;"
)
proxy.server = ( "" => (
"example.tld:443" =>
( "host" => "127.0.0.1",
"port" => 4000)
))
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment