Skip to content

Commit

Permalink
Removed duplicate caddyfile.
Browse files Browse the repository at this point in the history
Minor fixes on caddyfile.
  • Loading branch information
ThanKarab committed Jul 21, 2023
1 parent eb55945 commit e2796df
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
5 changes: 0 additions & 5 deletions config/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
file_server
}

redir {$GALAXY_PATH} {$GALAXY_PATH}/
handle {$GALAXY_PATH}/* {
import rp-{$MIP_LINK:direct} {$GALAXY_HOST}
}

redir {$KEYCLOAK_AUTH_PATH:/dummyauth} {$KEYCLOAK_AUTH_PATH:/dummyauth}/
handle {$KEYCLOAK_AUTH_PATH:/dummyauth}/* {
redir /dummyauth/* /
Expand Down
72 changes: 0 additions & 72 deletions tests/frontend_components/config/Caddyfile

This file was deleted.

2 changes: 1 addition & 1 deletion tests/frontend_components/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- '80:80'
- '443:443'
volumes:
- ./config/Caddyfile:/etc/caddy/Caddyfile
- ../../config/caddy/Caddyfile:/etc/caddy/Caddyfile
- ./.stored_data/caddy/caddy_data:/data
environment:
INSTANCE_NAME: 'MIP ${MIP}'
Expand Down

0 comments on commit e2796df

Please sign in to comment.