[RSS Feed/News] Nginx Secure Install Directory

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello

we are trying to prevent access to the install/upgrade directory in Nginx. We have the follow config in our nginx server block.
Code:

Code:
location /community/install/ {
    internal;
}

Our XF is in a subdirectory /community

If we browse to https://ourpublicdomain.com/community/install we receive a 404 which is what we want. However if we use the direct link

PHP:

https://ourpublicdomain.com/community/install/index.php?upgrade/

then the upgrade page appears.

Can someone provide...

Read more
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom