mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
This commit is contained in:
parent
0760fcd36c
commit
60b3b5f7f9
@ -4,9 +4,10 @@ http {
|
|||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
root /var/www/html;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
root /var/www/html;
|
||||||
|
index index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /img {
|
location /img {
|
||||||
|
Loading…
Reference in New Issue
Block a user