Skip to content

Instantly share code, notes, and snippets.

@MonkeyDAntoine
MonkeyDAntoine / nginx.conf
Created July 11, 2019 15:46 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
/*
CREATE TABLE `registrable_metadata` (
`owner` bigint(20) NOT NULL,
`name` varchar(255) NOT NULL,
`value` varchar(255) DEFAULT NULL,
primary key (owner, name)
);
create table registrable_seq (
<profile>
<!-- mvn -PmutationCoverage org.pitest:pitest-maven:mutationCoverage -->
<id>mutationCoverage</id>
<build>
<plugins>
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.4.3</version>
<dependencies>