Skip to content

Instantly share code, notes, and snippets.

@ambrosiora
ambrosiora / nginx.conf
Created May 29, 2020 18:23 — 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
<?php
/**
* Plugin Name: Membership 2 - Change Reg/Prof Fields
* Plugin URI: https://premium.wpmudev.org/
* Description: Adds Custom fields to Registration/Profile and removes Username
* Version: 1.0.0
* Author: Konstantinos Xenos @ WPMUDEV
* Author URI: https://premium.wpmudev.org/
* License: GPLv2 or later
*/