From fdb2f7543d046a7472f3241d892f53e036c28be1 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Fri, 22 Nov 2019 06:42:08 +0700 Subject: [PATCH] include WP single rule --- etc/nginx/vhost/site_wordpress-bwps.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/nginx/vhost/site_wordpress-bwps.conf b/etc/nginx/vhost/site_wordpress-bwps.conf index 0d4fcbd..a69e627 100644 --- a/etc/nginx/vhost/site_wordpress-bwps.conf +++ b/etc/nginx/vhost/site_wordpress-bwps.conf @@ -1,3 +1,9 @@ +## WP + BWPS plugin rules. +# Designed to be included in any server {} block. + +# Include Wordpress single-site configuration. +include /etc/nginx/vhost/site_wordpress.conf; + # BEGIN Better WP Security # COMMENTED as restrictions already handled by default LEMPer configuration.