chatai/postgres_15.8.1.044/scripts/12-ufw-nginx.sh

10 lines
223 B
Bash

#!/bin/sh
# DigitalOcean Marketplace Image Validation Tool
# © 2021 DigitalOcean LLC.
# This code is licensed under Apache 2.0 license (see LICENSE.md for details)
ufw limit ssh
ufw allow 'Nginx Full'
ufw --force enable