pathprefix
This commit is contained in:
parent
6c71d168c4
commit
5f104c58f2
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ private function set_labels_for_applications()
|
||||||
$slug = Str::slug($url);
|
$slug = Str::slug($url);
|
||||||
$label_id = "{$this->application->uuid}-{$slug}";
|
$label_id = "{$this->application->uuid}-{$slug}";
|
||||||
if ($path === '/') {
|
if ($path === '/') {
|
||||||
$labels[] = "traefik.http.routers.{$label_id}.rule=Host(`{$host}`) && Path(`{$path}`)";
|
$labels[] = "traefik.http.routers.{$label_id}.rule=Host(`{$host}`) && PathPrefix(`{$path}`)";
|
||||||
} else {
|
} else {
|
||||||
$labels[] = "traefik.http.routers.{$label_id}.rule=Host(`{$host}`) && PathPrefix(`{$path}`)";
|
$labels[] = "traefik.http.routers.{$label_id}.rule=Host(`{$host}`) && PathPrefix(`{$path}`)";
|
||||||
$labels[] = "traefik.http.routers.{$label_id}.middlewares={$label_id}-stripprefix";
|
$labels[] = "traefik.http.routers.{$label_id}.middlewares={$label_id}-stripprefix";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue