mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-12-22 19:05:35 +01:00
Update
This commit is contained in:
parent
63cebc437a
commit
5d9d13ef5e
4
one.org
4
one.org
@ -841,12 +841,12 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /static {
|
location /static {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
root /var/www/my-project;
|
root /var/www/my-project;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /media {
|
location /media {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
root /var/www/my-project;
|
root /var/www/my-project;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user