소스 검색

small changes

master
mortie 6 년 전
부모
커밋
991079028b
6개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      .gitignore
  2. 2
    0
      core/nginx.sh
  3. 0
    0
      example-conf/nginx/basic.m4
  4. 0
    0
      example-conf/nginx/main.m4
  5. 0
    0
      example-conf/nginx/shared.m4
  6. 0
    0
      example-conf/ssl.conf

+ 1
- 0
.gitignore 파일 보기

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

+ 2
- 0
core/nginx.sh 파일 보기

@@ -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 파일 보기


conf.example/nginx/main.m4 → example-conf/nginx/main.m4 파일 보기


conf.example/nginx/shared.m4 → example-conf/nginx/shared.m4 파일 보기


conf.example/ssl.conf → example-conf/ssl.conf 파일 보기


Loading…
취소
저장