nginx
This commit is contained in:
parent
3bcfacb420
commit
6806c09856
@ -4,7 +4,7 @@ events {
|
||||
|
||||
http {
|
||||
upstream app_server {
|
||||
server 127.0.0.1:8000 fail_timeout=0;
|
||||
server localhost:8000 fail_timeout=0;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
|
Loading…
Reference in New Issue
Block a user