mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-01-22 01:19:18 -05:00
fix: replace .*
with .+
This commit is contained in:
parent
6a986d012d
commit
3cab0da9a4
@ -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 = "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user