久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      怎樣隱藏nginx和php版本

      隱藏nginx和php版本的方法:首先打開(kāi)nginx.conf配置文件;然后修改配置【server_tokens off】;接著打開(kāi)php.ini配置文件;最后修改配置【expose_php = Off】,并重啟服務(wù)即可。

      怎樣隱藏nginx和php版本

      首先打開(kāi)nginx.conf配置文件;

      (推薦教程:php圖文教程)

      然后修改server_tokens為off就行了,修改后需要執(zhí)行命令nginx -s reload重載配置。

      server_tokens off;

      接著打開(kāi)php.ini文件;

      最后修改expose_php的參數(shù)為Off,并重啟php-fpm服務(wù)即可。

      (學(xué)習(xí)視頻推薦:php視頻教程)

      Centos6.X重啟命令:

      service php-fpm restart

      Centos7.X重啟命令:

      systemctl restart php-fpm

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)