Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions Gruntfile.js

This file was deleted.

1 change: 0 additions & 1 deletion ansible/roles/isic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,5 @@
value:
core_girder: "/girder"
core_static_root: "/static"
markup: "/markup"
state: present
notify: Restart Girder
2 changes: 1 addition & 1 deletion ansible/roles/nginx/templates/girder.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ server {
alias {{ isic_gui_dir }};
}
{% endif -%}
location ~ /(girder|api/v1|static|markup|uda) {
location ~ /(girder|api/v1|static) {
proxy_pass http://localhost:{{ girder_port }};

proxy_http_version 1.1;
Expand Down
167 changes: 0 additions & 167 deletions custom/phase1.html

This file was deleted.

Loading