Skip to content

Instantly share code, notes, and snippets.

View indirectlylit's full-sized avatar
🏗️
One step at a time

Devon Rueckner indirectlylit

🏗️
One step at a time
View GitHub Profile
@indirectlylit
indirectlylit / config
Created November 19, 2018 21:31
Kolibri nginx config
upstream kolibri {
server 127.0.0.1:8080;
}
log_format timed_combined '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" '
'$request_time $upstream_response_time $pipe $upstream_cache_status v1';
access_log /var/log/nginx/timing.log timed_combined;
<template>
<span :title="tooltip">{{ title }}</span>
</template>
<script>
import shave from 'shave';