1
0
mirror of https://github.com/etesync/server synced 2025-02-20 12:22:00 +00:00

Updated Production setup using Daphne and Nginx (markdown)

Rohit 2020-12-01 14:32:31 +00:00
parent 02abcbf32d
commit cbd229b2e4

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