We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a913cf commit adcc3f5Copy full SHA for adcc3f5
src/index.php
@@ -13,11 +13,11 @@
13
For an explanation of the config variables see example.simple-php-proxy_config.php
14
*/
15
16
-//$dest_host = "bash.org";
+$dest_host = "bash.org";
17
18
-//$proxy_base_url = '/';
+$proxy_base_url = '/';
19
20
-//$proxied_headers = array('Set-Cookie', 'Content-Type', 'Cookie', 'Location');
+$proxied_headers = array('Set-Cookie', 'Content-Type', 'Cookie', 'Location');
21
22
// Variables you specify in the config file overwrite variables set above.
23
foreach( array('./', '../', '../../') as $path_rel )
0 commit comments