view host/start_nginx.sh @ 1694:09aaca079ff3

add backup script
author Vadim Filimonov <fffilimonov@yandex.ru>
date Mon, 20 Jun 2022 11:12:25 +0300
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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