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