mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-17 18:51:35 +01:00
Update security
@@ -11,10 +11,10 @@ For Apache there is the .htaccess file, that has all you need for avoiding user
|
|||||||
You have to add to your server directive of your page (in nginx.conf) deny to some files, like:
|
You have to add to your server directive of your page (in nginx.conf) deny to some files, like:
|
||||||
|
|
||||||
```
|
```
|
||||||
location ^~ /sqlite.db3 {
|
location ^~ /sqlite\.db3 {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
location ^~ /cronchk.php {
|
location ^~ /cronchk\.php {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user