| 제목 | ci4설치 해보았습니다~ | ||
|---|---|---|---|
| 글쓴이 | 테러보이 | 작성시각 | 2019/06/18 00:12:05 | 
|  | |||
|   
 /home/workspace/ci (퍼미션 757) nginx 
server {
    listen       80;
    server_name  ci.z9n.net ci.z9in.net ci.o0o.st;
    root   /home/workspace/ci/public;
    index index.php;
    location / {
        try_files $uri $uri/ /index.php?/$args;
    }
    location ~ \.php$ {
        fastcgi_split_path_info ^(.+?\.php)(/.*)$;
        fastcgi_pass unix:/run/php/php7.3-fpm.sock;
        fastcgi_index index.php;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        include fastcgi_params;
    }
}
 | |||
| 다음글 | PHP 프로그램중에 스프링과 같은 유사한 프레임웍이 존... (3) | ||
| 이전글 | 웅파님이 주신 펜2!!! (4) | ||
| 
                                테러보이
                                /
                                2019/06/18 01:33:47 /
                                추천
                                0
                             | 
| 
                                변종원(웅파)
                                /
                                2019/06/18 09:06:00 /
                                추천
                                0
                             
                                열공하세요. ^^
                             | 
| 
                                한대승(불의회상)
                                /
                                2019/06/18 09:17:25 /
                                추천
                                0
                             
                                으쌰으쌰~
                             | 
| 
                                테러보이
                                /
                                2019/06/18 11:12:17 /
                                추천
                                0
                             
                                @웅파, @불의회상 님 감사합니다~
                             | 
writable
만 주면되나보군요..