#!/bin/bash

sudo $(which nginx) -s stop -c "$(pwd)/local/nginx.conf";
