Skip to content

Commit adcc3f5

Browse files
committed
Make it work by default
1 parent 3a913cf commit adcc3f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
For an explanation of the config variables see example.simple-php-proxy_config.php
1414
*/
1515

16-
//$dest_host = "bash.org";
16+
$dest_host = "bash.org";
1717

18-
//$proxy_base_url = '/';
18+
$proxy_base_url = '/';
1919

20-
//$proxied_headers = array('Set-Cookie', 'Content-Type', 'Cookie', 'Location');
20+
$proxied_headers = array('Set-Cookie', 'Content-Type', 'Cookie', 'Location');
2121

2222
// Variables you specify in the config file overwrite variables set above.
2323
foreach( array('./', '../', '../../') as $path_rel )

0 commit comments

Comments
 (0)