nginx
This commit is contained in:
7
nginx/nginx.conf
Normal file
7
nginx/nginx.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location / {
|
||||
proxy_pass http://web:8000/;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user