Skip to content

Commit 39a5c6c

Browse files
committed
finally commit all of these changes
1 parent e059f3f commit 39a5c6c

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

build/download-dir.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Alias "/dl" "/var/www/dl"
2+
<Directory "/var/www/dl">
3+
<Files "*.*">
4+
SetHandler !
5+
Header set Content-Disposition attachment
6+
</Files>
7+
</Directory>

build/php-errors.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
log_errors = On
2+
error_log = /var/log/apache2/error.log

build/php-uploads.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
upload_max_filesize = '10G'
2+
post_max_size = '10G'
3+
memory_limit = '10G'
4+
max_input_time = 0
5+
max_execution_time = 0

build/reverse-proxy.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
RemoteIPHeader X-Forwarded-For
2+
RemoteIPInternalProxy 192.168.0.0/16
3+
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined

0 commit comments

Comments
 (0)