add missing file
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
upstream hello {
|
||||||
|
server hello;
|
||||||
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://hello;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user