updated examples

This commit is contained in:
vabene1111
2020-06-03 20:54:38 +02:00
parent 6f24b7d34e
commit 9ac3d79b95
7 changed files with 142 additions and 9 deletions

View File

@ -4,10 +4,6 @@ server {
client_max_body_size 16M;
# serve static files
location /static/ {
alias /static/;
}
# serve media files
location /media/ {
alias /media/;