fix: replace .* with .+

This commit is contained in:
CyberL1 2025-01-11 04:16:05 -05:00
parent 6a986d012d
commit 3cab0da9a4

View File

@ -13,7 +13,7 @@ server {
listen 80; listen 80;
listen [::]:80; listen [::]:80;
server_name "~^(port-(?<port>.*)\.)?(?<container>.*)\.{PROXY_DOMAIN}"; server_name "~^(port-(?<port>.+)\.)?(?<container>.*)\.{PROXY_DOMAIN}";
location / { location / {
if ($port = "") { if ($port = "") {