You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an empty configuration item BaseUrl in the server section of the default configuration file (/usr/local/etc/nginx-ui/app.ini). Configuring it with a base URL path will not influence the access URL, i.e., I still access the service via http://ip_address:9000.
Also, there is no document about this configuration item.
To Reproduce
Steps to reproduce the behavior:
edit /usr/local/etc/nginx-ui/app.ini, set BaseUrl = /conf/nginx.
[server]Port = 9000
BaseUrl = /conf/nginx
restart nginx-ui via systemctl restart nginx-ui.
access the service from browser with URL: http://ip_address:9000/conf/nginx.
See error 404 Not Found with response body:
{
"message": "not found"
}
Expected behavior
The service should be accessible from http://ip_address:9000/conf/nginx, or remove the item from configuration item if it is not applicable.
Info (please complete the following information):
Server OS: Kylin 4.0.2 (debian)
Server Arch: aach64
Nginx UI Version: 2.0.0-beta.42
Your Browser: Edge 126
The text was updated successfully, but these errors were encountered:
Describe the bug
There is an empty configuration item
BaseUrl
in theserver
section of the default configuration file (/usr/local/etc/nginx-ui/app.ini
). Configuring it with a base URL path will not influence the access URL, i.e., I still access the service viahttp://ip_address:9000
.Also, there is no document about this configuration item.
To Reproduce
Steps to reproduce the behavior:
edit
/usr/local/etc/nginx-ui/app.ini
, setBaseUrl = /conf/nginx
.restart nginx-ui via
systemctl restart nginx-ui
.access the service from browser with URL:
http://ip_address:9000/conf/nginx
.See error
404 Not Found
with response body:Expected behavior
The service should be accessible from
http://ip_address:9000/conf/nginx
, or remove the item from configuration item if it is not applicable.Info (please complete the following information):
The text was updated successfully, but these errors were encountered: