social predict: add nginx options
This commit is contained in:
parent
c3511afc52
commit
b4be77aed9
1 changed files with 8 additions and 0 deletions
|
|
@ -47,6 +47,14 @@ with lib; {
|
|||
enable = true;
|
||||
backendPort = 8067;
|
||||
domain = "markets.posixlycorrect.com";
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
proxy_headers_hash_max_size 512;
|
||||
proxy_headers_hash_bucket_size 128;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
mediawiki = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue