nginx
This commit is contained in:
parent
687d4954ea
commit
3bcfacb420
@ -1,3 +1,7 @@
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
upstream app_server {
|
||||
server 127.0.0.1:8000 fail_timeout=0;
|
||||
|
Loading…
Reference in New Issue
Block a user