Commit
7f9dd100e4a565cd4f94de30c6b88979fd3ff5a0
Exists in
master
and in
24 other branches
add_you_are_here_breadcrumbs_label, backup_not_prod, disable_email_dev, fix_edit_software_permission, fix_edit_software_with_another_license, fix_hover_button_whitening, fix_models_translations, fix_software_api, fix_software_block_migration, fix_validations_and_tests, header_fix, margin_fix, mezuro_cookbook, remove-unused-images, remove_secondary_email_from_user, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_improvements, sisp_simple_version, software_catalog_style_fix, stable-4.x, thread_dropdown, update_software_api
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
| |