Implemented working version of drone w/nginx https

This commit is contained in:
Bastian de Byl
2020-09-24 22:52:33 -04:00
parent e0abdbe506
commit 53f2868916
14 changed files with 93 additions and 50 deletions

View File

@@ -32,5 +32,5 @@ http {
limit_req_zone $binary_remote_addr zone=one:10m rate=10r/s;
include etc/nginx/sites-enabled/*.conf;
include /etc/nginx/sites-enabled/*.conf;
}