日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

目錄
  • nginx降權啟動
    • 確認普通用戶無法開啟nginx
    • 創建普通用戶:
    • 測試是否可以啟動nginx:
    • 創建必需的相關文件
  • 安裝 PHP 7.4,配合 Nginx
    • 安裝 PHP 和 PHP FPM 軟件包:
    • 修改Nginx配置文件
    • 測試: 
  • 總結

    nginx降權啟動

    確認普通用戶無法開啟nginx

    nginx降權與匹配php詳細講解

    創建普通用戶:

    root@ubuntu:~# useradd -d /home/test -m test
    root@ubuntu:~# passwd test
    New password: 
    Retype new password: 
    passwd: password updated successfully
    root@ubuntu:~# 

    切換到test用戶: 

    nginx降權與匹配php詳細講解

    測試是否可以啟動nginx:

    nginx降權與匹配php詳細講解

    啟動失敗

    創建必需的相關文件

    $ mkdir nginx
    $ cd nginx 
    $ mkdir conf logs www sbin

    使用root用戶copy配置文件中網頁支持類型文件

    root@ubuntu:/www/env/nginx/conf# cp /www/env/nginx/conf/mime.types /home/test/nginx/conf/
    

    使用root用戶拷貝nginx配置文件

    root@ubuntu:~# cp /www/env/nginx/conf/nginx.conf /home/test/nginx/conf/

    nginx降權與匹配php詳細講解

    設置權限

    root@ubuntu:~# chown -R test:test /www/env/nginx/
    # 將當前前目錄下的所有文件與子目錄的擁有者皆設為 test,群體的使用者 test:

     修改配置文件

    worker_processes  4;
    worker_rlimit_nofile 65535;
    error_log  /home/test/nginx/logs/error.log;
    user test test;
    pid  /home/test/nginx/logs/nginx.pid;
    events {
        use epoll;
        worker_connections  1024;
    }
    http {
        include       /home/test/nginx/conf/mime.types;
        default_type  application/octet-stream;
        sendfile        on;
        keepalive_timeout  65;
        server {
            listen       8080;
            server_name  localhost;
            root  /home/test/nginx/www;
            location / {
                index  index.html index.htm;
            }
            error_page   500 502 503 504  /50x.html;
            location = /50x.html {
                root   html;
            }
            access_log  /home/test/nginx/logs/access.log;
        }
     

    全路徑啟動nginx -c參數使用指定的配置文件而不是conf目錄下的nginx.conf

    /www/env/nginx/sbin/nginx -c /home/test/nginx/conf/nginx.conf &> /dev/null 

    安裝 PHP 7.4,配合 Nginx

    安裝 PHP 和 PHP FPM 軟件包:

    apt install php-fpm

    檢查服務狀態,運行:

    systemctl status php7.4-fpm

    修改權限 

    chmod 777 /run/php/php7.2-fpm.sock

    配置php-fpm

    修改配置監聽9000端口來處理nginx的請求(這種方法一般在windows上使用),打開 /etc/php/7.2/fpm/pool.d/www.conf 文件找到如下位置注釋第一行添加第二行

    ;listen = /run/php/php7.2-fpm.sock
    listen = 127.0.0.1:9000

    修改Nginx配置文件

    找到下面這部分代碼取消注釋,修改配置

            location ~ \.php$ {
                root           html;
                fastcgi_pass   127.0.0.1:9000;
                fastcgi_index  index.php;
                fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
                include        fastcgi.conf;
            }

    測試: 

    在/www/env/nginx/html下創建index.php文件:

    root@ubuntu:/www/env/nginx/html# cat index.php 
    <?php
    phpinfo()
    ?>

    打開瀏覽器:

    nginx降權與匹配php詳細講解

    總結

    分享到:
    標簽:nginx 匹配 服務器 講解 詳細
    用戶無頭像

    網友整理

    注冊時間:

    網站:5 個   小程序:0 個  文章:12 篇

    • 51998

      網站

    • 12

      小程序

    • 1030137

      文章

    • 747

      會員

    趕快注冊賬號,推廣您的網站吧!
    最新入駐小程序

    數獨大挑戰2018-06-03

    數獨一種數學游戲,玩家需要根據9

    答題星2018-06-03

    您可以通過答題星輕松地創建試卷

    全階人生考試2018-06-03

    各種考試題,題庫,初中,高中,大學四六

    運動步數有氧達人2018-06-03

    記錄運動步數,積累氧氣值。還可偷

    每日養生app2018-06-03

    每日養生,天天健康

    體育訓練成績評定2018-06-03

    通用課目體育訓練成績評定