Skip to content

Instantly share code, notes, and snippets.

View skbly7's full-sized avatar
🌐
Somewhere in universe

Shivam Khandelwal skbly7

🌐
Somewhere in universe
View GitHub Profile
@jyotishp
jyotishp / cdn.iiit.ac.in.conf
Last active January 5, 2019 19:38
Configuration files for proxypass.iiit.ac.in and cdn.iiit.ac.in. Add the contents of cdn.iiit.ac.in.conf inside the http block of nginx.conf on cdn.iiit.ac.in
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
root /usr/share/nginx/html;
location / {
set $iiit_host "";
set $iiit_path $request_uri;
if ($request_uri ~ ^/cdn/([^/]+)(/.*)$ ) {