mirror of
https://github.com/etesync/server
synced 2024-11-29 03:58:16 +00:00
Updated Production setup using uWSGI and Nginx (markdown)
parent
923029e721
commit
f937ea2ee6
@ -79,7 +79,7 @@ server {
|
||||
# max upload size
|
||||
client_max_body_size 75M; # adjust to taste
|
||||
|
||||
location /static {
|
||||
location /static/ {
|
||||
alias /path/to/server_skeleton/static; # Project's static files
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user