1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-01 16:21:03 +00:00

Add Nginx config files to repo

Allows us to edit redirects and headers locally.
This commit is contained in:
2019-08-11 22:12:19 -05:00
parent 98bca69952
commit 7daa208815
6 changed files with 25 additions and 6 deletions

2
nginx/000-includes.conf Normal file
View File

@@ -0,0 +1,2 @@
include /var/www/privacytools.io/nginx/010-headers.conf;
include /var/www/privacytools.io/nginx/020-redirects.conf;