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