Remove wtf

This commit is contained in:
Sida Chen 2019-03-01 15:32:39 -05:00
parent f917de8c70
commit 20f93a6805
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ http {
ssl_prefer_server_ciphers on;
ssl_dhparam dhparams.pem;
# TODO: learn wtf OCSP stapling is and do it the right way
# TODO: learn OCSP stapling and do it the right way
#ssl_stapling on;
#ssl_stapling_verify off;
#ssl_trusted_certificate ../stack/ssl.key;

View file

@ -266,6 +266,6 @@ angular.module('chieffancypants.loadingBar', [])
}]; //
}); // wtf javascript. srsly
})(); //
}];
});
})();