[stork-users] Stork 2.0

Slawek Figiel slawek at isc.org
Wed Dec 11 10:40:38 UTC 2024


Hello Ralf!

We have two NGINX configs in our repository. Please look also at the one 
available in `webui/nginx.conf`. This one is used in our demo and works 
well. In our environment API_HOST is "server" (it's a hostname) and 
API_PORT is 8080, DOLLAR is "$". These variables are substituted before 
running NGINX.

Please note that in the above config is one significant difference (that 
isn't related to your problem). The /metrics endpoint is exposed to 
public. It is not recommended.

What URL do you use to open the Stork page?

- http://localhost
- https://localhost
- http://localhost:443
- https://localhost:443
- http://127.0.0.1
- https://127.0.0.1
- http://127.0.0.1:443
- https://127.0.0.1443

On certain operating systems, the content is available only if you use 
the IP address. Probably something is not handled properly in the NGINX 
config...

If it doesn't solve your problem, please attach your NGINX and Stork 
server logs.

Regards,
Slawek Figiel



On 10/12/2024 20:06, Ralf Figge wrote:
> Hi Kevin,
> 
> this Config come from the stork git , under etc, named “nginx- 
> stork.conf”. I have only change http to https.
> 
> In other words, is the example ningx config not ok ?
> 
> regards
> 
> Ralf
> 
> Am Montag, 09. Dezember 2024 15:02 CET, schrieb "Kevin P. Fleming" 
> <lists.stork-users at kevin.km6g.us>:
> 
>> On Mon, Dec 9, 2024, at 07:50, Slawek Figiel wrote:
>> > Hi Ralf!
>> >
>> > You set up your NGINX server to listen on the localhost:
>> >
>> > > upstream ui_rest
>> > > server localhost:8443;
>> > > }
>> >
>> > You need to listen on an interface that is reachable in your network
>> > (e.g, IP address, hostname, or assigned domain).
>>
>> That configures outbound connections (to the upstream), not inbound 
>> connections (listening).
>> -- 
>> Stork-users mailing list
>> Stork-users at lists.isc.org
>> https://lists.isc.org/mailman/listinfo/stork-users
>>
> 
> 
> 
> 



More information about the Stork-users mailing list