我尝试通过终端设置我的ubuntu 16.04 nginx。我已经有apach了。当我按照此说明进行sudo apt更新时
sudo apt install nginx
都很好,但当我将ufw状态设置为ufw状态时,我看到的是:
Status: active
To Action From
-- ------ ----
Apache Full ALLOW Anywhere
OpenSSH ALLOW Anywhere
Apache Full (v6) ALLOW Anywhere (v6)
OpenSSH (v6) ALLOW Anywhere (v6)发布于 2019-05-23 17:21:53
如果您需要为nginx配置UFW,您可以这样做
ufw allow 'Nginx Full'https://stackoverflow.com/questions/56269387
复制相似问题