FP53B2ZONELFQXOJWFOPL5T2WZQN4EILZMPEJHK7QPILKJZ2VUVQC
NJNMO72S7VIUV22JXB4IFPZMHWTJAOTP6EC6Z4QSKYIROSXT52MQC
NSRSSSTRMJPPUYQANYDWGI5D3NVM6RQEVZCDUUNQAOL3OWQTD27AC
XZLSHL4DE6B5OEJVXALEYXY5JY2EJYUL2SSUJEGMNX65Y6JRJJUAC
5FLAK3ME76HKLOA23A5PNXQXN3ATLU2K6DSAEHIDT2EGJMHWMQSAC
GMYPBCWEB6NKURRILAHR3TJUKDOGR2ZMK5I6MS6P5G2LAGH36P3QC
location / { include /etc/nginx/mime.types; root /opt/static/site; index index.html; }
location / {
include /etc/nginx/mime.types;
root /opt/static/site;
index index.html;
}
server_name _; return 301 https://$host$request_uri;
server_name _;
return 301 https://$host$request_uri;
ssl_certificate /opt/nginx/aftok.crt; ssl_certificate_key /opt/nginx/aftok.key;
ssl_certificate /opt/nginx/aftok.crt;
ssl_certificate_key /opt/nginx/aftok.key;
ssl_certificate /etc/letsencrypt/live/aftok.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/aftok.com/privkey.pem;
ssl_certificate /etc/letsencrypt/live/aftok.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/aftok.com/privkey.pem;
} location /.well-known/ { allow all; alias /opt/static/well-known/;
location /.well-known/ {
allow all;
alias /opt/static/well-known/;
location /.well-known/acme-challenge/ { allow all; alias /opt/letsencrypt/; }
location /.well-known/acme-challenge/ {
alias /opt/letsencrypt/;