mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-06-27 23:59:43 -04:00
fix: replace .*
with .+
This commit is contained in:
@ -13,7 +13,7 @@ server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name "~^(port-(?<port>.*)\.)?(?<container>.*)\.{PROXY_DOMAIN}";
|
||||
server_name "~^(port-(?<port>.+)\.)?(?<container>.*)\.{PROXY_DOMAIN}";
|
||||
|
||||
location / {
|
||||
if ($port = "") {
|
||||
|
Reference in New Issue
Block a user