Skip to content

Commit

Permalink
fixing caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 17, 2024
1 parent 045b174 commit bff34d5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ runs:
- name: Install and prepare Tutor
run: |
pip install "tutor${{ inputs.tutor_version }}"
#tutor config save # Create the config.yml
tutor config save --set LMS_HOST=$LMS_HOST --set CMS_HOST=$CMS_HOST
chmod 777 . -R
tutor local launch -I
Expand All @@ -59,18 +58,6 @@ runs:
patches:
caddyfile: |
{$default_site_port} {
@favicon_matcher {
path_regexp ^/favicon.ico$
}
rewrite @favicon_matcher /theming/asset/images/favicon.ico
{{ patch("caddyfile-mfe-by-path") }}
# Limit profile image upload size
request_body /api/profile_images/*/*/upload {
max_size 1MB
}
request_body {
max_size 4MB
}
import proxy "lms:8000"
}
openedx-cms-production-settings: |
Expand Down

0 comments on commit bff34d5

Please sign in to comment.