Merge branch 'master' of github.com:/kropatz/dotfiles
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{
|
||||
services.ankisyncd = {
|
||||
enable = true;
|
||||
port = 27701;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
@@ -62,12 +62,12 @@
|
||||
#serverAliases = [
|
||||
# "localhost"
|
||||
#];
|
||||
root = "/data/website";
|
||||
root = "/data/website/tracker-site-public";
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/tracker-site-public" = {
|
||||
tryFiles = "$uri $uri/ /tracker-site-public/index.html =404";
|
||||
};
|
||||
locations."/" = {
|
||||
tryFiles = "$uri $uri/ /index.html =404";
|
||||
};
|
||||
locations."/api" = {
|
||||
extraConfig =''
|
||||
rewrite /api/(.*) /$1 break;
|
||||
|
||||
Reference in New Issue
Block a user