Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
nginx /
Delete
Unzip
Name
Size
Permission
Date
Action
conf.d
[ DIR ]
drwxr-xr-x
2023-12-17 22:22
modules-available
[ DIR ]
drwxr-xr-x
2025-02-17 19:40
modules-enabled
[ DIR ]
drwxr-xr-x
2025-02-17 19:40
sites-available
[ DIR ]
drwxr-xr-x
2025-12-12 14:45
sites-enabled
[ DIR ]
drwxr-xr-x
2025-04-07 20:44
snippets
[ DIR ]
drwxr-xr-x
2025-04-07 20:44
api.betsfootball.net
2.07
KB
-rw-r--r--
2025-10-11 18:10
fastcgi.conf
1.1
KB
-rw-r--r--
2025-02-17 19:40
fastcgi_params
1007
B
-rw-r--r--
2022-05-23 23:59
koi-utf
2.77
KB
-rw-r--r--
2025-02-17 19:40
koi-win
2.17
KB
-rw-r--r--
2025-02-17 19:40
mime.types
5.22
KB
-rw-r--r--
2022-05-23 23:59
nginx.conf
791
B
-rw-r--r--
2025-10-09 11:41
proxy_params
180
B
-rw-r--r--
2025-02-17 19:40
scgi_params
636
B
-rw-r--r--
2022-05-23 23:59
softmedya.net
2
KB
-rw-r--r--
2025-10-09 11:53
uwsgi_params
664
B
-rw-r--r--
2022-05-23 23:59
win-utf
3
KB
-rw-r--r--
2025-02-17 19:40
Save
Rename
proxy_cache_path /var/cache/nginx/api_betsfootball_net levels=1:2 keys_zone=api_betsfootball_net_cache:10m max_size=10g inactive=24h use_temp_path=off; server { listen 80; server_name api.betsfootball.net; return 404; # managed by Certbot if ($host = api.betsfootball.net) { return 301 https://$host$request_uri; } } server { listen 443 ssl; server_name api.betsfootball.net; ssl_certificate /etc/letsencrypt/live/api.betsfootball.net/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/api.betsfootball.net/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot location / { proxy_pass http://127.0.0.1:23791; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; #proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; #proxy_set_header X-Forwarded-Proto $scheme; # Enable caching # proxy_cache api_betsfootball_net_cache; #proxy_cache_valid 404 1m; # Cache 404 responses for 1 minute proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; proxy_cache_background_update on; proxy_cache_lock on; add_header X-Cached $upstream_cache_status; proxy_ignore_headers Set-Cookie; proxy_cache_bypass $cookie_nocache $arg_nocache$arg_comment; #rate limit limit_req zone=betsfootball_net_limit burst=20 nodelay; } location /ads { proxy_pass http://127.0.0.1:23791; proxy_set_header Host $host; proxy_cache api_betsfootball_net_cache; proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; proxy_cache_background_update on; proxy_cache_lock on; add_header X-Cached $upstream_cache_status; proxy_ignore_headers Set-Cookie; proxy_cache_valid any 5m; proxy_cache_bypass $cookie_nocache $arg_nocache$arg_comment; #rate limit limit_req zone=betsfootball_net_limit burst=20 nodelay; } }