• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
질문

nginx + php-fpm 연동 질문 드립니다

ffnne 324

0

4

윈도우 환경입니다.

크롬 주소창에 localhost/phpinfo.php로 접속하면 제대로 phpinfo 화면이 나오는데요.

127.0.0.1:9000/phpinfo.php 주소로 접속하면 제대로 접속이 되지 않습니다. 사이트에 연결할 수 없음 이라고 나오네요.

왜 루프백 아이피를 이용하면 페이지 접속이 안 되는지 모르겠습니다.

 

 

아래는 nginx.conf 설정입니다.

 

#user  nobody;
worker_processes  1;

#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;

#pid        logs/nginx.pid;


events {
    worker_connections  1024;
}


http {
    include       mime.types;
    default_type  application/octet-stream;

    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
    #                  '$status $body_bytes_sent "$http_referer" '
    #                  '"$http_user_agent" "$http_x_forwarded_for"';

    #access_log  logs/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;

    #gzip  on;

    server {
        listen       80;
        server_name  localhost;

        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        location / {
            root   html;
            index  index.html index.htm index.php;
        }

        #error_page  404              /404.html;

        # redirect server error pages to the static page /50x.html
        #
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }

        # proxy the PHP scripts to Apache listening on 127.0.0.1:80
        #
        #location ~ \.php$ {
        #    proxy_pass   http://127.0.0.1;
        #}

        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
        #
        location ~ \.php$ {
            root           html;
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  (PHP설치경로)$fastcgi_script_name;
            include        fastcgi.conf;
        }

        # deny access to .htaccess files, if Apache's document root
        # concurs with nginx's one
        #
        #location ~ /\.ht {
        #    deny  all;
        #}
    }


    # another virtual host using mix of IP-, name-, and port-based configuration
    #
    #server {
    #    listen       8000;
    #    listen       somename:8080;
    #    server_name  somename  alias  another.alias;

    #    location / {
    #        root   html;
    #        index  index.html index.htm;
    #    }
    #}


    # HTTPS server
    #
    #server {
    #    listen       443 ssl;
    #    server_name  localhost;

    #    ssl_certificate      cert.pem;
    #    ssl_certificate_key  cert.key;

    #    ssl_session_cache    shared:SSL:1m;
    #    ssl_session_timeout  5m;

    #    ssl_ciphers  HIGH:!aNULL:!MD5;
    #    ssl_prefer_server_ciphers  on;

    #    location / {
    #        root   html;
    #        index  index.html index.htm;
    #    }
    #}

}
 

신고공유스크랩
4
1등
콜라 2022.08.30. 06:38

서버네임에 localhost라고 되어있네요.

127.0.0.1에 대해서 이 설정파일과 같게 하나 더 만들어주거나 서버 네임 _;로 해서 모든 주소에 대해 저 설정이 사용되도록 할수 있습니다

profile image 2등
달소 2022.08.30. 09:09

+ 접근 방식이 다르시네요.

크롬 주소창에 localhost/phpinfo.php로 접속하면 제대로 phpinfo 화면이 나오는데요.

 

127.0.0.1:9000/phpinfo.php 주소로 접속하면 제대로 접속이 되지 않습니다.

 

nginx rewrite 옵션에 php는 9000으로 proxy pass한다고하는데 그걸 직접 포트로 입력하시면안됩니다.

확장자가 php인것은 자동으로 rewrite 되기때문에 127.0.0.1/phpinfo.php 이렇게 접속하셔야합니ㅏ

ffnne 글쓴이 2022.08.30. 20:02
달소

그렇네요. 포트 생략하고 입력하니 제대로 접속되네요. 감사합니다

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

cmt alert

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story
번호 분류 제목 글쓴이 날짜 조회 추천
잡담 proxmox로 갈아탔습니다 7 기현 15시간 전07:34 260 +2
잡담 Immich가 FUTO에 합류했습니다.(Immich 핵심 팀은 정규직으로 근무합니다.) 4 달소 1일 전11:38 255 +1
정보 오픈아이콘 제공 사이트(https://cdn.jsdelivr.net) 오류 발생 => 복구됨 2 지딱코 2일 전14:31 212 +1
3893 정보
image
툭툭이 24.03.28.11:14 910 +17
3892
image
eyeball 23.04.05.21:08 1801 +16
3891 정보
image
antegral 22.05.07.01:18 3197 +16
3890 잡담
image
햇서 23.06.05.05:53 917 +14
3889
image
달소 22.03.17.22:09 19060 +14
3888 정보
image
EXP 24.02.06.03:43 1339 +10
3887
image
달소 22.05.06.15:43 1046 +10
3886
image
달소 22.03.17.22:25 5082 +10
3885 정보
image
달소 24.02.19.00:58 975 +9
3884
image
theb1ue 22.06.14.16:05 4900 +9
3883 가이드
image
opq! 24.04.02.21:25 477 +8
3882 잡담
image
달소 24.01.15.03:22 587 +8
3881
image
달소 23.01.27.14:15 16090 +8
3880
image
달소 22.07.07.16:57 1947 +8
3879
image
달소 22.03.14.17:30 4208 +8
3878
image
달소 22.02.11.13:31 3039 +8
3877 후기
image
cdma2000 24.02.06.13:12 788 +7
3876 가이드
image
달소 23.07.04.20:38 1931 +7
3875
image
앨런임더 23.03.31.21:14 1893 +7
3874 잡담
image
곰삼촌 23.01.25.10:05 1093 +7