홈서버 nginx 구축 질문 ㅠㅠ

   조회 3827   추천 0    

   통신사단말 > 스위치 > iptime > 홈서버 연결했습니다

  ddns 설정후 ssh 접속으로 yum 업뎃하고 자바설치하고

  nginx 설치,hph7 설치 후 둘 연동 했습니다.

여기서@@@

[root@localhost html]# vi /etc/nginx/conf.d/default.conf

server {

        listen      80;


        root         /usr/share/nginx/html;

        index index.html index.htm index.php;



        location / {

        }


        location ~ \.php$ {

            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;

        }

        location ~ /\.ht {

             deny  all;

        }

        error_page 404 /404;

        location = /404 { # php 404 redirect

        }


        error_page 500 502 503 504 /50x.html;

        location = /50x.html {

        }

}

요로캐 설정하고

cd /usr/share/nginx/html 에 간단히 phpinfo.php 만들어서

nginx 제시작 하니까 에러가뜹니다

Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.


아래는 journalctl -xe 내용 입니다@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


-- Unit nginx.service has begun starting up.

 8월 09 11:10:12 localhost.localdomain nginx[8829]: nginx: [emerg] unknown directive "9000" in /etc/nginx/conf.d/default.conf:13

 8월 09 11:10:12 localhost.localdomain nginx[8829]: nginx: configuration file /etc/nginx/nginx.conf test failed

 8월 09 11:10:12 localhost.localdomain systemd[1]: nginx.service: control process exited, code=exited status=1

 8월 09 11:10:12 localhost.localdomain systemd[1]: Failed to start The nginx HTTP and reverse proxy server.

-- Subject: Unit nginx.service has failed

-- Defined-By: systemd

-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

--

-- Unit nginx.service has failed.

--

-- The result is failed.

 8월 09 11:10:12 localhost.localdomain systemd[1]: Unit nginx.service entered failed state.

 8월 09 11:10:12 localhost.localdomain polkitd[692]: Unregistered Authentication Agent for unix-process:8820:5754290 (system bus name :1.91, object p

 8월 09 11:10:12 localhost.localdomain systemd[1]: nginx.service failed.


무슨말인지 1도 모르겠습니다,,


짧은글 일수록 신중하게.
김제연 2021-08
9000 앞에 .. 세미콜론 아니고 콜론입니다.
php-fpm 설치 하셨겠죠?
     
질문빌런 2021-08
네 php 와같이 설치했었습니다 감사합니다 엑티브되네요 ㅠㅠ
dateno1 2021-08
혹시나해서 해당 라인 다시 쳐다보니 오타가...
트니아빠 2021-08
nginx는 초반에 빡치는 일이 많더라구요.. ㅠ_ㅠ


QnA
제목Page 1270/5710
2015-12   1690127   백메가
2014-05   5155732   정은준1
2017-09   3602   한효석
2016-02   3602   이규민
2018-11   3602   이지포토
2018-03   3602   Dishy
2019-01   3602   전산직딩
2016-04   3602   luciddream
2014-04   3602   김승권
2017-10   3602   봉봉이
2020-05   3602   철이님
2018-04   3602   꾸띠웍
2020-11   3602   김황중
2018-06   3603   스무프
2019-08   3603   김건우
2018-06   3603   이지포토
2018-02   3603   로벨리아
2015-12   3603   s김종화z
2015-09   3603   노아디
2015-07   3603   황진우
2017-04   3603   김도형
2014-03   3603   나비z