Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
0634ebee
Commit
0634ebee
authored
Jul 10, 2019
by
Aalaesar
Browse files
fix badly written condition
parent
f043af1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/apache2_nc.j2
View file @
0634ebee
...
...
@@ -18,7 +18,7 @@
{% endfor %}
DocumentRoot {{ nextcloud_webroot }}
{%- if nextcloud_max_upload_size_in_bytes
=
< 2147483647 %}
{%- if nextcloud_max_upload_size_in_bytes <
=
2147483647 %}
LimitRequestBody {{ nextcloud_max_upload_size_in_bytes }}
{% endif -%}
...
...
@@ -47,7 +47,7 @@
{% endfor %}
DocumentRoot {{ nextcloud_webroot }}
{%- if nextcloud_max_upload_size_in_bytes
=
< 2147483647 %}
{%- if nextcloud_max_upload_size_in_bytes <
=
2147483647 %}
LimitRequestBody {{ nextcloud_max_upload_size_in_bytes }}
{% endif -%}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment