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 |
Tags
- Elasticsearch
- ssh key 배포
- Kibana server is not ready yet
- G-suite
- proxycfg
- XCP-ng
- pfsense
- Windows
- xe guest utilities
- Proxy
- 로그인불가
- 한글가이드
- GitLab
- Kibana
- macos
- docker
- application security
- elastic stack
- 보안양파
- ansible
- bash
- miniconda
- x-pack
- ELASTIC
- freebsd
- PlayBook
- hardening
- endpoint security
- centos 8
Archives
- Today
- Total
선 밖에 선 자유인
nginx php 설정 본문
nginx php 설정 시 접속해보면 "no input file specified" 메시지 뜰 때가 있음
이 때 nginx 설정의 location ~ \.php$ 설정을 아래와 같이 지정
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Comments