shell bypass 403

Cubjrnet7 Shell

: /etc/nginx/conf.d/includes-optional/ [ drwxr-xr-x ]

name : force-non-www.conf
# www. to non-www
if ($host ~ ^www\.(?<domain>.+)$) {
    return 301 $scheme://$domain$request_uri;
}   

© 2025 Cubjrnet7