log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial Hosting
>
luan
view host/start_nginx.sh @ 1637:
a65802b06b01
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
add nginx scripts
author
fffilimonov
date
Thu, 16 Dec 2021 14:17:51 +0000
parents
children
line wrap:
on
line source
#!/bin/bash
sudo $(which nginx) -c $(pwd)/local/nginx.conf;