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