Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
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:
location /community/install/ { internal;}
Our XF is in a subdirectory /community
If we browse to
PHP:
then the upgrade page appears.
Can someone provide...
we are trying to prevent access to the install/upgrade directory in Nginx. We have the follow config in our nginx server block.
Code:
location /community/install/ { internal;}
Our XF is in a subdirectory /community
If we browse to
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
we receive a 404 which is what we want. However if we use the direct linkPHP:
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
then the upgrade page appears.
Can someone provide...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.