File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RewriteRule ^schedule/[^/]*/ical$ api/schedule.php [L]
2222
2323# Redirect all images to assets
2424# TODO Get it to redirect properly
25- RewriteRule /([^.]+\.png)$ https://assets.csh.rit.edu/schedulemaker/$1 [R=301 ,L,NC]
25+ # RewriteRule /([^.]+\.png)$ https://assets.csh.rit.edu/schedulemaker/$1 [R=301,L,NC]
2626
2727# Don't rewrite files or directories
2828RewriteCond %{REQUEST_FILENAME} -f [OR]
Original file line number Diff line number Diff line change 2323
2424////////////////////////////////////////////////////////////////////////////
2525// S3 CONFIG
26- $ S3_SERVER = $ get_env (getenv ("S3_SERVER " ), 's3.csh.rit.edu ' );
26+ $ S3_SERVER = $ get_env (getenv ("S3_SERVER " ), 'https:// s3.csh.rit.edu ' );
2727$ S3_KEY = $ get_env (getenv ("S3_KEY " ), '' );
2828$ S3_SECRET = $ get_env (getenv ("S3_SECRET " ), '' );
29+ $ S3_IMAGE_BUCKET = $ get_env (getenv ("S3_IMAGE_BUCKET " ), 'schedulemaker ' );
2930
3031////////////////////////////////////////////////////////////////////////////
3132//// APP VERSIONS
Original file line number Diff line number Diff line change 2424
2525////////////////////////////////////////////////////////////////////////////
2626// S3 CONFIG
27- $ S3_SERVER = 's3.csh.rit.edu ' ;
27+ $ S3_SERVER = 'https:// s3.csh.rit.edu ' ;
2828$ S3_KEY = '' ;
2929$ S3_SECRET = '' ;
30+ $ S3_IMAGE_BUCKET = 'schedulemaker ' ;
3031
3132////////////////////////////////////////////////////////////////////////////
3233// CALCULATIONS
You can’t perform that action at this time.
0 commit comments