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