Skip to content

Instantly share code, notes, and snippets.

@afifix
afifix / nginx.conf
Created February 17, 2021 08:23 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@afifix
afifix / index.html
Created August 1, 2019 10:15
cart badge bootstrap 4 cart badge bootstrap 4 // source https://jsbin.com/zeruyoq
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="cart badge bootstrap 4">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<title>cart badge bootstrap 4</title>
<style id="jsbin-css">