Skip to content

Instantly share code, notes, and snippets.

View berkes's full-sized avatar
🌱
open to work

Bèr Kessels berkes

🌱
open to work
View GitHub Profile
@berkes
berkes / ;etc;nginx;sites-available;examplecom.conf
Last active August 29, 2015 14:07 — forked from michiels/0_site.conf
Filenames cannot have /, so `s/;/\//g`
server {
listen 80;
server_name example.com;
root /u/apps/examplecom/current/public;
passenger_enabled on;
passenger_app_env production;
try_files $uri @app;
location @app {
# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
nl:
errors:
messages:
not_found: "niet gevonden"
already_confirmed: "is al geactiveerd"
not_locked: "is niet geblokkeerd"