:black_small_square:Strong SSL Security on Nginx :black_small_square:Enable cross-origin resource sharing (CORS) :black_small_square:TLS has exactly one performance problem: it is not used widely enough :black_small_square:WAF for Nginx :black_small_square:ModSecurity for Nginx :black_small_sq...
For me, however, there hasn't been a truly in-depth and reasonably simple cheatsheet which describe a variety of configurations and important cross-cutting topics for HTTP servers. That's why I created this repository. This handbook is a collection of rules, helpers, notes, papers, best pract...
That's how it is written in the tutorial above and is included in the downloadable examples. Note: The example project example-flask-python3.8-index includes a docker-compose.yml and docker-compose.override.yml with all these configurations, if you are using Docker Compose. More advanced develo...
This will pack and compile the application, read through its dependencies, publish the resulting set of files into a folder for deployment, and produce a cross-platform.dllfile that uses the installed .NET Core runtime to run the application. By installing dependencies...
Prerequisites To complete this tutorial, you’ll need the following: A new Ubuntu 18.04 serverconfigured by following theInitial Server Setup with Ubuntu 18.04. This includes a sudo non-root user and a firewall. Four fully-qualified domain names configured to ...
For this tutorial, we assume you use Git for version controlling changes to your source code and Jenkins to compile code and run unit tests. Octopus Deploy will take care of the deployment. Here is what the full continuous integration and delivery pipeline will look like when we are finished...
This tutorial shows how to install and use ModSecurity with Nginx on Debian/Ubuntu servers. ModSecurity is the most well-known open-source web application firewall (WAF).
If you have running NGINX on your server, and if you want to add new modules, you'll need to compile them against the same version of NGINX that's currently installed (nginx -v) and to make new module compatible with the existing NGINX binary, you need to use the same compile flags ...
Before starting, please see Installation and Compile-Time Options and Installing NGINX Open Source. Example of installation on Ubuntu Pre installation tasks Set the Nginx version (I use stable release): export ngx_version="1.16.0" Create directories: mkdir /usr/local/src/nginx-${ngx_version} mk...
Installation and Compile-Time Options Installing NGINX Open Source Building nginx from Sources In this chapter I'll present three (very similar) methods of installation. They relate to: the NGINX on CentOS 7 the OpenResty on CentOS 7 the Tengine on Ubuntu 18.04 Each of them is suited towards ...