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