mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nginx: make options for vhosts
This commit is contained in:
parent
355b092cf2
commit
899738705e
7 changed files with 71 additions and 92 deletions
|
|
@ -35,4 +35,9 @@
|
|||
ui.theme_args.simple_style = "dark";
|
||||
};
|
||||
};
|
||||
|
||||
local.nginx.defaultVhosts."search.gerg-l.com" = {
|
||||
locations."/".extraConfig = "uwsgi_pass unix:${config.services.searx.uwsgiConfig.socket};";
|
||||
extraConfig = "access_log off;";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue