Skip to content

Instantly share code, notes, and snippets.

View perezale's full-sized avatar

Alejandro Pérez perezale

View GitHub Profile
# To install, add the snippet below to ~/.bashrc and then install by running:
# $ source ~/.bashrc
# Snippet
# if [ -f ~/.docker-aliases ]; then
# . ~/.docker-aliases
# fi
alias dceuwb='docker-compose exec --user laradock workspace bash'
@perezale
perezale / sample-nginx.conf
Created June 25, 2017 04:31 — forked from dimitardanailov/sample-nginx.conf
Configuration for Laravel 5 application and Nginx
server {
listen 80 default deferred;
server_name laravel-application.com;
# http://nginx.org/en/docs/http/ngx_http_log_module.html#access_log
access_log /var/www/laravel-app/access.log;
error_log /var/www/laravel-app/error.log;
root /var/www/laravel-app/public/;
@perezale
perezale / viterbi.json
Created May 2, 2016 03:04
Travel Time Estimation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.