1
0
mirror of https://github.com/etesync/server synced 2025-02-23 05:41:59 +00:00

Fix #74

Tom Hacohen 2020-11-26 10:24:28 +02:00
parent 98cf5047fe
commit d7b2e4d03e

@ -79,7 +79,7 @@ server {
# max upload size
client_max_body_size 75M; # adjust to taste
location /static/ {
location /static {
alias /path/to/etebase; # Project's static files
}