Browse Source

small changes

master
mortie 6 years ago
parent
commit
991079028b

+ 1
- 0
.gitignore View File

conf conf
core/certbot core/certbot
nginx-error.conf

+ 2
- 0
core/nginx.sh View File

| tee "$out" >/dev/null | tee "$out" >/dev/null


if ! sudo nginx -t; then if ! sudo nginx -t; then
cp "$out" "../nginx-error.conf"
echo "Reverting to backup file." echo "Reverting to backup file."
echo "Bad file saved to nginx-error.conf."
mv "$out.bak" "$out" mv "$out.bak" "$out"
else else
echo "Press enter to restart nginx." echo "Press enter to restart nginx."

conf.example/nginx/basic.m4 → example-conf/nginx/basic.m4 View File


conf.example/nginx/main.m4 → example-conf/nginx/main.m4 View File


conf.example/nginx/shared.m4 → example-conf/nginx/shared.m4 View File


conf.example/ssl.conf → example-conf/ssl.conf View File


Loading…
Cancel
Save