restore ngx variable config

This commit is contained in:
moicen
2022-01-28 21:24:53 +08:00
parent 2dbd3a9000
commit af7b91674e
2 changed files with 8 additions and 7 deletions
+2
View File
@@ -5,6 +5,8 @@ server {
listen 443 ssl;
client_max_body_size 10M;
set $resty_loc "/usr/local/openresty";
# disable in local test env
ssl_certificate /etc/letsencrypt/live/moicen.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/moicen.com/privkey.pem; # managed by Certbot