add precompressed file support for the website. unsure if it's gonna be actually used but it sounds quaint.
This commit is contained in:
parent
a48c9b8bd2
commit
d1e8dae2d1
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ https://collective-conciousness.monster {
|
||||||
Strict-Transport-Security "max-age=31536001; includeSubdomains; preload"
|
Strict-Transport-Security "max-age=31536001; includeSubdomains; preload"
|
||||||
}
|
}
|
||||||
root * /var/www/public
|
root * /var/www/public
|
||||||
file_server
|
file_server {
|
||||||
|
precompressed zstd br gzip
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
https://git.collective-conciousness.monster {
|
https://git.collective-conciousness.monster {
|
||||||
|
|
Loading…
Reference in a new issue