ElectroAAC
CtrlK
  • 📚ElectroAAC Documentation
  • Reference
    • 🖥️Quick Start
    • ⚙️Backend
      • 📃Endpoints
        • 🔑Authorization
        • 🗽Status
        • 🌀Server
        • 🆕News
        • 📨Account
        • 🧙‍♂️Players
        • 🏆Highscores
        • 🟢Online
        • 💀Lastkills
        • 🏨Guilds
        • 🦂Creatures
        • 👺Items
        • 🛒Shop
          • 🤑Payments
            • 🇧🇷Pix
        • 📊Dashboard
          • 🆕News
          • 💼Accounts
          • 🧙‍♂️Characters
          • 💸Shop
      • ⚒️How to initialize project
      • 🧙‍♂️How to register Character Sample
    • 🦎Frontend
      • 🔮How to initialize project
      • 🔐Configure .env
      • 🐸Configure your vocations
      • ⚜️Change layout
    • 👾Some common mistakes
      • NOT SUPPORTED AUTH
      • Old node version
    • 🪞Run the screen
    • 🔶Run the project with Nginx
      • 🚆How to install
      • ❄️Configure Frontend
      • 🤖Configure Backend (API)
Powered by GitBook
On this page
  1. Reference
  2. 🔶Run the project with Nginx

🚆How to install

Nginx, is a simple, lightweight and high performance web server. You can use Apache server if you want, but to keep it quick and easy, I'll be using nginx as the reverse proxy server.

Lets install nginx and configure fast.

apt-get install nginx
PreviousRun the project with NginxNextConfigure Frontend

Last updated 3 years ago