본문 바로가기

Crispfeel

검색하기
Crispfeel
프로필사진 Crispfeel

  • 분류 전체보기 (8)
    • CentOS (4)
    • PHP (0)
    • HTML (1)
    • Javascript (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
  • VirtualHost
  • SSL
  • Apache
  • referrer
  • address
  • centos
  • Let's Encrypt
  • config.inc.php
  • 크로스도메인
  • httpd
  • ko_KR.utf8
  • API
  • Widget
  • MariaDB
  • 환경개선부담금
  • 경유
  • Certbot
  • geocode
  • Apach
  • cross domain
  • php7.2
  • vsftp
  • locale
  • 가상호스트
  • VPS
  • Linux
  • phpMyAdmin
  • web
  • nginx
  • php
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록가상호스트 (1)

Crispfeel

Nginx virtualhost 가상호스트 설정

공통으로 사용할 설정을 만들어 줍니다. - vi /etc/nginx/default.d/default.conf -- index index.php default.php index.html default.html; location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } client_max_body_size 20M; 가상호스트를 만들어 줍니다. - vi /etc/..

CentOS 2019. 7. 4. 12:23
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바