nginx
This commit is contained in:
parent
8ac56b72e3
commit
f98d3145ef
@ -1,12 +1,9 @@
|
|||||||
events {}
|
events {}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
include mime.types;
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8000; #/$1$is_args$args;
|
proxy_pass http://0.0.0.0:8000; #/$1$is_args$args;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user