Fix vikunja deployment for real
ci / test (push) Failing after 40s Details
ci / deploy (push) Has been skipped Details

This commit is contained in:
ciapa 2024-04-11 15:00:32 +00:00
parent 624aebdc32
commit c804362bb0
1 changed files with 0 additions and 4 deletions

View File

@ -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;