nbh
  • Intro
  • nbh.se
    • Font
    • Theme
    • Plugins
    • Mail Service
    • Sitemap
  • Backend
    • Server
    • DNS
    • SSL
    • Database
    • Firewall
  • How-To
    • Add a Page
    • Add a News or Insight
    • Add NBH Layer
    • Add Custom Code
    • Add Mobile Views
    • Arrange Orders
    • Modify Header
    • Modify Footer
    • Modify Menu
    • Clear Cache
    • Modify Social Appearance
Powered by GitBook
On this page

Was this helpful?

  1. Backend

Firewall

Ubuntu ufw firewall settings

The site server has enabled ufw to allow SSH and Nginx services

nbh@nbhse:~$ sudo ufw status
Status: active

To                         Action      From
--                         ------      ----
OpenSSH                    ALLOW       Anywhere                  
Nginx Full                 ALLOW       Anywhere                  
OpenSSH (v6)               ALLOW       Anywhere (v6)             
Nginx Full (v6)            ALLOW       Anywhere (v6) 

Please modify ufw rules if new services or components added.

PreviousDatabaseNextAdd a Page

Last updated 4 years ago

Was this helpful?