Procházet zdrojové kódy

small changes

master
mortie před 6 roky
rodič
revize
991079028b

+ 1
- 0
.gitignore Zobrazit soubor

@@ -1,2 +1,3 @@
conf
core/certbot
nginx-error.conf

+ 2
- 0
core/nginx.sh Zobrazit soubor

@@ -16,7 +16,9 @@ echo "$output" \
| tee "$out" >/dev/null

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

conf.example/nginx/basic.m4 → example-conf/nginx/basic.m4 Zobrazit soubor


conf.example/nginx/main.m4 → example-conf/nginx/main.m4 Zobrazit soubor


conf.example/nginx/shared.m4 → example-conf/nginx/shared.m4 Zobrazit soubor


conf.example/ssl.conf → example-conf/ssl.conf Zobrazit soubor


Načítá se…
Zrušit
Uložit