Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

What are your _SERVER variables for nginx?

brujahbrujah
edited November 2010 in Vanilla 2.0 - 2.8
I'm trying to debug my nginx Vanilla 2 install in a subfolder. I'm pretty sure I could get it working if I can see what these _SERVER variables are supposed to be.

Subfolder is: /forums/

For example, mine are:
script_filename => /var/www/domain.com/forums/index.php
script_name => /forums/post/discussion
query_string => /forums/post/discussion
request_uri => /forums/post/discussion
path_info =>
path_translated => /var/www/domain.com/forums
php_self => /forums/post/discussion

If you don't mind helping me with this, you can find these by adding this line to the top of your index.php, visit the 'Start a New Discussion' page, then removing it as soon as you see these vars.

phpinfo(); exit();
Tagged:
Sign In or Register to comment.