mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 19:39:31 +08:00
service name matching
This commit is contained in:
parent
11f1fc3d06
commit
8c3b25d85f
@ -37,7 +37,7 @@ http {
|
|||||||
expires $expires;
|
expires $expires;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://bb-app:8080/;
|
proxy_pass http://bb:8080/;
|
||||||
proxy_cache STATIC;
|
proxy_cache STATIC;
|
||||||
proxy_cache_valid 200 5s;
|
proxy_cache_valid 200 5s;
|
||||||
proxy_ignore_headers Expires Cache-Control;
|
proxy_ignore_headers Expires Cache-Control;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user