Skip to content

Instantly share code, notes, and snippets.

View mubbi's full-sized avatar

Mubbasher Ahmed Qureshi mubbi

View GitHub Profile
@mubbi
mubbi / nginx.conf
Created August 19, 2018 16:28 — forked from lkmadushan/nginx.conf
NGINX configuration for multi-tenant PHP application
map $http_accept $api_version {
default 0;
"application/vnd.example.v1+json" 1;
}
server {
listen 80;
listen [::]:80;