Fix vikunja deployment for real
This commit is contained in:
parent
624aebdc32
commit
c804362bb0
|
@ -10,10 +10,6 @@
|
|||
forceSSL = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
root = pkgs.vikunja-frontend;
|
||||
tryFiles = "try_files $uri $uri/ /";
|
||||
};
|
||||
"~* ^/(api|dav|\\.well-known)/" = {
|
||||
proxyPass = "http://localhost:3456";
|
||||
extraConfig = ''
|
||||
client_max_body_size 20M;
|
||||
|
|
Loading…
Reference in New Issue