Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
flask/gunicorn/nginx 사용중인데 무료 ssl 적용 위해 설정중 방화벽 설정부분이 있더라구요 ufw 명령으로 방화벽 설정 확인할려고 하면(sudo ufw status)
ufw: 명령이 없습니다
라고 나오는데 어떻게 해야 하나요? (적용하려 하는 무료 ssl은 Let's Encrypt 입니다.)
안녕하세요. 해당 에러는 apt-get install ufw 명령어를 통해 해결하실 수 있습니다.
apt-get install ufw
다만, 설치하신다고 하더라도 컨테이너에서 ufw는 사용이 불가능합니다.
No one has replied