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