Skip to content

Instantly share code, notes, and snippets.

View RafikFarhad's full-sized avatar
😎

Rafik Farhad RafikFarhad

😎
View GitHub Profile
@RafikFarhad
RafikFarhad / nginx.conf
Created November 29, 2018 07:48 — forked from ashleydw/nginx.conf
Laravel nginx conf file
server {
listen 80 default_server;
server_name example.com www.example.com;
access_log /srv/www/example.com/logs/access.log;
error_log /srv/www/example.com/logs/error.log;
root /srv/www/example.com/public;
index index.php index.html;
@RafikFarhad
RafikFarhad / README.md
Created September 29, 2017 10:04 — forked from hofmannsven/README.md
My simply Git Cheatsheet