mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-15 15:26:43 +08:00
service name matching
This commit is contained in:
@@ -37,7 +37,7 @@ http {
|
||||
expires $expires;
|
||||
|
||||
location / {
|
||||
proxy_pass http://bb-app:8080/;
|
||||
proxy_pass http://bb:8080/;
|
||||
proxy_cache STATIC;
|
||||
proxy_cache_valid 200 5s;
|
||||
proxy_ignore_headers Expires Cache-Control;
|
||||
|
||||
Reference in New Issue
Block a user