🦁
Angama
  • Introduction
  • WordPress
    • Overview
  • Administration
    • Server
      • Structure
      • Dev environment
    • CND (CloudFlare)
  • About
    • Naming agreement
    • Git
    • Continuous Integration
    • Launch notes
    • Transfer website
    • List of new pages
    • List of old pages with new blocks
  • User Tutorials
  • Systems
    • TourPlan
    • HubSpot
    • MS Frabic
Powered by GitBook
On this page
  • Main software
  • Websites
  • Notes

Was this helpful?

  1. Administration
  2. Server

Structure

Hetzner VPS instance.

Main software

  • MySQL

  • Nginx (reverse proxy for apache)

  • Apache

  • PHP-fpm

  • GitLab runner (GitLab CI)

  • Postfix, OpenDkim (emails)

  • VSFTPD (ftp access)

  • Certbot (from let's encrypt)

Websites

Websites are stored in /home/{user}/www/html

Notes

Using certbot from Let's Encrypt to auto-renew ssl certificates.

Using vsftpd to provide an ftp access.

Using postfix to handle emails (has set up, SPF, DKIM, DMARC).

PreviousServerNextDev environment

Last updated 3 years ago

Was this helpful?