Skip to the content
  • Solutions
    • Website Security
      • Caching
      • Encryption
      • On premise
    • Deflect Labs
      • Baskerville
      • Investigations
    • eQPress
  • Pricing
    • For business & individuals
    • For non-profits
  • Partners
  • Resources
    • Terms of service
    • Privacy notice
    • Getting Started
  • About
    • News
    • Principles
    • In the media
    • Deflect clients
    • Testimonials
  • Login
  • Contact
  • Sign up
  • en
  • Solutions
    • Website Security
      • Caching
      • Encryption
      • On premise
    • Deflect Labs
      • Baskerville
      • Investigations
    • eQPress
  • Pricing
    • For business & individuals
    • For non-profits
  • Partners
  • Resources
    • Terms of service
    • Privacy notice
    • Getting Started
  • About
    • News
    • Principles
    • In the media
    • Deflect clients
    • Testimonials
  • Login
  • Contact
  • Sign up
  • en

Introduction

1
  • Get Started

Registration & Setup Process

5
  • Step 1 – Register
  • Step 2 – IP and DNS setup
  • Step 3 – Admin Credentials
  • Step 4 – HTTPS/TLS
  • Step 5 – Finalize

Control Panel & Dashboard

18
  • General
    • Contact Deflect Support
    • Two-Factor Authentication
    • My Account
    • Deflect Protected Websites
  • Website Settings
    • Billing Tab
    • Users Tab
    • Settings Tab
    • Security Tab
    • Cache Tab
    • Baskerville Tab
    • HTTP/TLS Tab
    • Hosting Tab
    • DNS Records Tab
    • Stats Tab
  • Report a DDoS Attack
    • Challenging Requests
    • Reporting an Attack
  • HTTPS/TLS support
    • Enable HTTPS connections to your website under Deflect
    • How TLS/HTTPS works on Deflect

eQPress Hosting

16
  • eQPress Limitations
  • Overview of eQPress Hosting
  • Create a website on eQPress
    • How to create an empty WordPress site on eQPress
    • First steps with your eQPress site
  • Migrate your website to eQPress
    • How to migrate your WordPress site
  • Manage your eQPress website
    • Resources for learning WordPress
    • How to make your site temporarily inaccessible
    • eQPress Console: enhancing your WordPress admin panel
  • Secure your eQPress website
    • Antispam recommendations
    • Protecting your WordPress website
    • Removing the WordPress “admin” user
    • Securing your site with HTTPS
  • Troubleshooting
    • You updated your site but still see the old one?
    • Still waiting for DNS to be updated and want to see your site?
    • Your DNS has been updated but you still can’t see your site?
    • When you try to open your website you only see a white screen?
View Categories
  • Home
  • Docs
  • Control Panel & Dashboard
  • Website Settings
  • Settings Tab

Settings Tab

3 min read

The settings tab contains a variety of miscellaneous settings. These include web server IP settings, visitor log retention, nameserver monitoring, additional headers for Geo IP, redirections to other domains, and options to delete a website.

settings_tab_a.png

Webserver IP #

The IP of the webserver, often referred to as the origin IP in a CDN or reverse-proxy context, is a crucial setting for your website. Deflect relies on it to route all the visitor traffic to your origin server.

The process of changing the Webserver IP can be time-consuming and may take between 5 to 30 minutes. Ensure that traffic can reach both the former and new IP addresses during this process.

For eQPress client, Deflect eQPress hosting manages your website. Therefore, for security purposes, your IP will be masked and you won’t be required to update it.

Visitor logs #

Deflect automatically logs all HTTP access to your website. However, You can disable this for privacy reasons, but doing so will also disable your statistics and limit the ability of Deflect to analyze attack against your website.

Deflect uses the Nginx HTTP server as a reverse proxy, providing a barrier between your origin server and the visitors. It keeps a record of HTTP meta logs, which includes basic HTTP header details including, but not limit to IP address, request hostname, URL, query strings, and user agent. This data is analyzed to protect your website from bot and DDoS attacks by Deflect.

Deflect refrains from recording the body of HTTP requests and HTTP headers that could hold sensitive data. Consequently, private details like login form POST request, HTTP Authorization header, and cookies that include session tokens will NOT be logged by Deflect.

Please refer to our Privacy Notice regarding log retention policy.

Nameserver Monitoring #

Deflect automatically monitors your nameserver (NS) records to ensure your domain is still pointed to Deflect. You can opt out of this monitoring by disabling this option.

Additional Headers #

Configure Deflect to include extra HTTP headers, such as the real client IP address or GeoIP information to your origin server. Useful for logging, analytics, or applying location-based rules on your server.

  • X-Deflect-Client-IP
  • True-Client-IP Header
  • X-Deflect-Country, X-Deflect-Country-Code
  • X-Deflect-City, X-Deflect-Geo-Lat and X-Deflect-Geo-Lon

Please note, if a HTTP server is running on your origin server, it might be necessary to alter the configuration to allow it to accept and forward these headers to your backend application.

Sample value of these header:

{
  "X-Deflect-Client-IP": "203.0.0.0",
  "True-Client-IP": "203.0.0.0",
  "X-Deflect-Country-Code": "CA",
  "X-Deflect-Country": "Canada",
  "X-Deflect-City": "Montreal",
  "X-Deflect-Geo-Lat": 45.50,
  "X-Deflect-Geo-Lon": -73.5674
}

Redirection #

Redirect all website traffic to another URL using a permanent 301 redirect. Once enabled, this will be the only active feature, no other Deflect functions will apply. Only use this option is you intend to set your website as a redirection only mirror site.

Delete website #

Permanently removes your website and all its data from Deflect. Deflect will stop serving your site immediately. To keep your website online, you must update your DNS nameservers to point away from Deflect. This action cannot be undone.

Updated on August 27, 2025
revised

Is it helpful?

  • Happy
  • Normal
  • Sad
Share This Article :
Users TabSecurity Tab
Table of Contents
  • Webserver IP
  • Visitor logs
  • Nameserver Monitoring
  • Additional Headers
  • Redirection
  • Delete website

© 2025

Powered by WordPress

To the top ↑ Up ↑