nginx naxsi-ui.conf.1.4.1 configuration example for Ubuntu 14.04 LTS (Trusty Tahr)

Get the default configuration file naxsi-ui.conf.1.4.1 for nginx, optimized for Ubuntu 14.04 LTS (Trusty Tahr). This example configuration ensures optimal compatibility and performance for nginx, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/nginx/naxsi-ui.conf.1.4.1.

For more configurations and setup guides, visit our related files section to further customize your system.

    [nx_extract]
username = naxsi_web
password = test
port = 8081
rules_path = /etc/nginx/naxsi_core.rules

[nx_intercept]
port = 8080

[sql]
dbtype = sqlite
username = root
password =
hostname = 127.0.0.1
dbname = naxsi_sig


    
  

Config Details

Location
/etc/nginx/naxsi-ui.conf.1.4.1
Operating system
Ubuntu 14.04 LTS (Trusty Tahr)
Length
16 lines
MD5 checksum
6be82259836cb8fad0afde03ebf101d4

Usage

Download the raw file with wget or curl

Wget

wget -O naxsi-ui.conf.1.4.1.example https://exampleconfig.com/static/raw/nginx/ubuntu14.04/etc/nginx/naxsi-ui.conf.1.4.1

cURL

curl https://exampleconfig.com/static/raw/nginx/ubuntu14.04/etc/nginx/naxsi-ui.conf.1.4.1 > naxsi-ui.conf.1.4.1.example