mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-11-17 02:35:17 +01:00
Updat nginx
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user