view host/start_nginx.sh @ 1905:f7649b3ebd22

use JTextField for Label
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 15 Apr 2025 16:53:03 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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