Remove wtf
This commit is contained in:
parent
f917de8c70
commit
20f93a6805
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ http {
|
||||||
ssl_prefer_server_ciphers on;
|
ssl_prefer_server_ciphers on;
|
||||||
ssl_dhparam dhparams.pem;
|
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 on;
|
||||||
#ssl_stapling_verify off;
|
#ssl_stapling_verify off;
|
||||||
#ssl_trusted_certificate ../stack/ssl.key;
|
#ssl_trusted_certificate ../stack/ssl.key;
|
||||||
|
|
|
@ -266,6 +266,6 @@ angular.module('chieffancypants.loadingBar', [])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}]; //
|
}];
|
||||||
}); // wtf javascript. srsly
|
});
|
||||||
})(); //
|
})();
|
||||||
|
|
Reference in a new issue