mirror of
https://github.com/etesync/server
synced 2025-02-21 12:52:09 +00:00
Updated Production setup using Daphne and Nginx (markdown)
parent
02abcbf32d
commit
cbd229b2e4
@ -79,8 +79,8 @@ 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/etebase; # Project's static files
|
alias /path/to/etebase/static/; # Project's static files
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user