1
0
mirror of https://github.com/etesync/server synced 2025-02-19 20:01:59 +00:00

Updated Production setup using uWSGI and Nginx (markdown)

DonPicciotto 2020-05-17 17:30:48 +00:00
parent 54c976e5de
commit 923029e721

@ -80,7 +80,7 @@ server {
client_max_body_size 75M; # adjust to taste
location /static {
alias /path/to/server_skeleton/static # Project's static files
alias /path/to/server_skeleton/static; # Project's static files
}
# Finally, send all non-media requests to the Django server.