Skip to content
Open
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
2 changes: 1 addition & 1 deletion docker/config/api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HostnameLookups Off
</Directory>

<Directory /var/www/openml>
Options Indexes FollowSymLinks MultiViews
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
Expand Down
4 changes: 2 additions & 2 deletions docker/config/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ zend.exception_string_param_max_len = 0
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
; https://php.net/expose-php
expose_php = On
expose_php = Off

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
Expand All @@ -426,7 +426,7 @@ max_execution_time = 30
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; https://php.net/max-input-time
max_input_time = 60
max_input_time = 3600

; Maximum input variable nesting level
; https://php.net/max-input-nesting-level
Expand Down