10 2021 档案
摘要:服务端配置 (1)安装vsftpd:dnf install vsftpd -y (2)iptables默认禁止了FTP协议的端口,需要清空防火墙策略并保存:iptables -F ;iptables-save (3)将FTP协议添加进firewalld服务允许列表中: firewall-cmd --
阅读全文
摘要:背景: 学习docker时安装nginx后,在服务器中可以用curl可以访问,浏览器中访问不了。 现象: 服务器本地访问 [root@like ~]# curl localhost:80 <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</
阅读全文

浙公网安备 33010602011771号