mirror of
https://github.com/etesync/server
synced 2025-02-19 20:01:59 +00:00
Updated Production setup using uWSGI and Nginx (markdown)
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.
|
||||
|
Loading…
Reference in New Issue
Block a user