이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-nginx
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
nginx settings
master
Markus Katharina Brechtel
4 년 전
부모
b6d216cd84
커밋
f44ea9ebdc
3개의 변경된 파일
과
4개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
defaults/main.yml
+0
-1
tasks/setup_Debian.yml
+2
-0
templates/nginx.conf.j2
+ 2
- 0
defaults/main.yml
파일 보기
@@ -3,3 +3,5 @@ nginx_worker_connections: 768
nginx_redirect_to_https: false
nginx_vhosts: []
nginx_set_server_names_hash_bucket_size: true
+ 0
- 1
tasks/setup_Debian.yml
파일 보기
@@ -4,7 +4,6 @@
apt:
pkg:
- nginx
- nginx-light
- ssl-cert
- name: remove default page
+ 2
- 0
templates/nginx.conf.j2
파일 보기
@@ -20,7 +20,9 @@ http {
types_hash_max_size 2048;
server_tokens off;
{% if nginx_set_server_names_hash_bucket_size %}
server_names_hash_bucket_size 128;
{% endif %}
# server_name_in_redirect off;
include /etc/nginx/mime.types;
쓰기
미리보기
불러오는 중...
취소
저장