Unnecessary trailing .conf
in default nginx stream configuration file
#444
Labels
bug
Something isn't working
.conf
in default nginx stream configuration file
#444
Describe the bug
There's an trailing
.conf
in default nginx stream configuration file.That unnecessary suffix leads to the bug that nginx doesn't read conf generated from UI.
To Reproduce
Steps to reproduce the behavior:
Go to 'Manage Streams'
Click on 'Add.'
Create an configuration and enable it.
Attach to docker container and check the opened ports.
Observe that the port isn't listened as the config file UI generated file has no
.conf
suffix and do not read by nginx.Change the name and add
.conf
suffix. Everything in stream works out of box.Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Info (please complete the following information):
Additional context
.conf
suffix should be deleted in nginx conf, similar assite-enabled/*
The text was updated successfully, but these errors were encountered: