Skip to content

Instantly share code, notes, and snippets.

View c9pr3's full-sized avatar

Chris c9pr3

View GitHub Profile
@c9pr3
c9pr3 / nginxstaticssl.txt
Last active July 11, 2019 12:18
NGINX with (other location) static openssl
Static linking a shared OpenSSL .a to NGINX 1.9.10 so far got me into some trouble so here we go.
(Found/Know a better way? Go tell me, I would appreciate it a lot! :-))
remove package libssl-dev before starting!
Get openssl, unpack to /tmp
# with-openssl= breaks it, therefor
mv /tmp/openssl /usr/pkg # yes, rename it. *dont* move it under pkg/
Get nginx, unpack to /tmp