Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Elasticsearch
- bash
- PlayBook
- pfsense
- xe guest utilities
- endpoint security
- ssh key 배포
- miniconda
- hardening
- 보안양파
- application security
- centos 8
- ELASTIC
- docker
- Kibana
- proxycfg
- Kibana server is not ready yet
- macos
- freebsd
- elastic stack
- ansible
- x-pack
- Windows
- 로그인불가
- GitLab
- G-suite
- Proxy
- XCP-ng
- 한글가이드
Archives
- Today
- Total
선 밖에 선 자유인
nginx php 설정 본문
nginx php 설정 시 접속해보면 "no input file specified" 메시지 뜰 때가 있음
이 때 nginx 설정의 location ~ \.php$ 설정을 아래와 같이 지정
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Comments