windows10系統nginx和ftp安裝和配置
阿新 • • 發佈:2019-01-03
1、windows10系統下nginx的安裝
下載網址:http://nginx.org/en/download.html 本人選擇的是nginx-1.14.0.zip
首先將其解壓在自己想要放的位置,我放在了D:/nginx資料夾下
然後在cmd命令模式下將目錄放在解壓檔案的目錄下,我這裡是到資料夾nginx-1.14.0下
然後輸入start nginx.exe,回車,再輸入nignx.exe -t 回車顯示如下:
nginx:the configuration file D:\nginx\nginx-1.14.0/conf/nginx.conf syntax is ok
nginx: configuration file D:\nginx\nginx-1.14.0/conf/nginx.conf test is successful
在瀏覽器中輸入http://ip 回車顯示歡迎頁面即可
2、windows10系統下ftp的安裝
參照網址: https://jingyan.baidu.com/article/0bc808fc408fa91bd585b94f.html
需注意的是,站點的IP地址是本機的IPv4地址,可在cmd命令列中輸入ipconfig獲取。