TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.78k stars 2.08k forks source link

How to fix "httpheader.conf" problem in GatewayServer #879

Open NewStartEx opened 2 years ago

NewStartEx commented 2 years ago

In this year's GatewayServer code, there's a configuration file named httpheader.conf in TarsGateway/conf folder. However, when we compling and install the GatewayServer , this file is not upload, and in webpage the massage "[fail] get remote config 'httpheader.conf' error:remote config file is empty:httpheader.conf" is shown. Even when we manually put httpheader.conf into BasePath: tarsnode/data/Base.Gateway/bin ,the error massage is still shown.
Please help us to resolve. httpheader err

ruanshudong commented 2 years ago

Add httpheader.conf on tarsweb management platform

NewStartEx commented 2 years ago

doesn't work