Skip to content

Instantly share code, notes, and snippets.

View simstern's full-sized avatar
🚀
Zooooooon!

Simon Gadient simstern

🚀
Zooooooon!
View GitHub Profile
@simstern
simstern / neos.dev.conf
Created February 28, 2017 07:32 — forked from iwyg/neos.dev.conf
nginx config for typo3 neos
server {
listen *:80;
server_name neos.dev;
root /var/www/neos/Web;
autoindex off;
access_log /var/log/nginx/neos.dev.access.log;
error_log /var/log/nginx/neos.dev.error.log;
index index.php index.html;