nginx: Update configuration
This commit is contained in:
parent
7a9fe6af95
commit
b2b56817ba
5 changed files with 19 additions and 0 deletions
|
@ -40,6 +40,10 @@ in
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
|
||||
virtualHosts."anonymous-overflow.only.internal" = {
|
||||
listen = [
|
||||
{
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
|
||||
virtualHosts."libreddit.only.internal" = {
|
||||
listen = [
|
||||
{
|
||||
|
|
|
@ -82,6 +82,10 @@ in
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
|
||||
virtualHosts."${web-domain}" = {
|
||||
listen = [
|
||||
{
|
||||
|
|
|
@ -53,6 +53,10 @@ in
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
|
||||
virtualHosts."nitter.only.internal" = {
|
||||
listen = [
|
||||
{
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
|
||||
# Documentation
|
||||
virtualHosts = builtins.listToAttrs (builtins.map
|
||||
|
|
Loading…
Reference in a new issue