Commit
c06ecaee9202d1308955a34fa7ae8539f2c89aa4
Exists in
master
and in
35 other branches
add_you_are_here_breadcrumbs_label, api_for_colab, backup_not_prod, create_institution_bootstrap_modal, disable_email_dev, fix_edit_software_permission, fix_edit_software_with_another_license, fix_hover_button_whitening, fix_members_pagination, fix_models_translations, fix_software_block_migration, fix_validations_and_tests, gov-user-refactoring-rails4, header_fix, kalibro-conf-refactoring, kalibro-processor-package, lxc, margin_fix, organization_rating_style_changes, prezento, refactor_software_for_sisp, register_page, release-process-v2, remove_secondary_email_from_user, review_message, scope2method, signals_community_noosfero, sisp_dev_master, sisp_improvements, software_as_organization, software_catalog_style_fix, software_catalog_style_fixes, thread_dropdown, thread_page, update_softwares_boxes
doc: remove requirement for trailing slash in URL
| @@ -42,7 +42,7 @@ server { |
| @@ -42,7 +42,7 @@ server { |
42
| proxy_set_header REMOTE_USER ''; |
42
| proxy_set_header REMOTE_USER ''; |
43
| } |
43
| } |
44
| |
44
| |
45
| - location /doc/ { |
45
| + location /doc { |
46
| root /srv; |
46
| root /srv; |
47
| } |
47
| } |
48
| |
48
| |