Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkweyunga authored Aug 24, 2023
1 parent 147214f commit f78ae7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
labels:
- "com.centurylinklabs.watchtower.enable=true"
- "traefik.enable=true"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.rule=Host(`{{ directus_domain }}`) && PathPrefix(`/studio`)"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.rule=Host(`{{ directus_domain }}`) && PathPrefix(`/{{ directus_domain_path }}`)"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.entrypoints=websecure"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.tls.certresolver=production"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.middlewares=directus_{{ directus_domain | replace('.', '_')}}-stripprefix"
Expand Down

0 comments on commit f78ae7b

Please sign in to comment.