Nginx
This commit is contained in:
parent
a33c7c7762
commit
cc60ac8fbd
1 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx = {
|
||||||
|
recommendedGzipSettings = true;
|
||||||
|
recommendedOptimisation = true;
|
||||||
|
recommendedTlsSettings = true;
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
security.acme = { acceptTerms = true; defaults.email = "nio24@pm.me"; };
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# TIMEZONE & LOCALISATION
|
# TIMEZONE & LOCALISATION
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue