Skip to content

Instantly share code, notes, and snippets.

View buckyball's full-sized avatar

Sven Wegerhoff buckyball

View GitHub Profile
@buckyball
buckyball / index.html
Last active August 29, 2015 14:11 — forked from anonymous/index.html
<div id="pommes" class="mayo ketchup">
<div class="bildueberschrift">ueberschrift</div>
<!-- http://www.khaosok-treehouse.com/images/tours/tubing%20sok%20river%20tree%20house%205.jpg -->
<p class="unterschrift">
das ist ein abschnitt
</p>
@buckyball
buckyball / nginx.conf
Created November 16, 2013 20:11 — forked from micho/nginx.conf
First, install nginx for mac with "brew install nginx".
Then follow homebrew's instructions to know where the config file is.
To use https you will need a self-signed certificate.
Edit /usr/local/etc/nginx/nginx.conf:
--------------------