Skip to content

Commit

Permalink
gopong/nginx: enable recommended zstd settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Dec 29, 2024
1 parent 585e750 commit b302880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/gopong/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@

services.nginx = {
enable = true;

recommendedOptimisation = true;
recommendedTlsSettings = true;
recommendedProxySettings = true;
recommendedZstdSettings = true;

virtualHosts = {
"_" = {
rejectSSL = true;
Expand Down

0 comments on commit b302880

Please sign in to comment.