1
0
mirror of https://github.com/etesync/server synced 2025-06-08 01:28:46 +00:00

Updated Production setup using uWSGI and Nginx (markdown)

DonPicciotto 2020-05-17 17:33:56 +00:00
parent 923029e721
commit f937ea2ee6

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