mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
Updat nginx
This commit is contained in:
parent
9e9dcaf8a3
commit
63cebc437a
2
one.org
2
one.org
@ -841,10 +841,12 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /static {
|
location /static {
|
||||||
|
include /etc/nginx/mime.types;
|
||||||
root /var/www/my-project;
|
root /var/www/my-project;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /media {
|
location /media {
|
||||||
|
include /etc/nginx/mime.types;
|
||||||
root /var/www/my-project;
|
root /var/www/my-project;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user