Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Nginx/Apache configuration

Reverse proxy architecture, backend ports and vhost file editing.

  1. Architecture

    uAdmin uses frontend Nginx (port 80/443) forwarding to project backend Apache or Nginx on internal port. Overview: Projects → Proxy tab.

  2. Backend vhost

    Web → Virtual host editor for project backend config. Includes document root, PHP-FPM socket and proxy header directives.

  3. Global reverse proxy

    Reverse proxy module in sidebar manages frontend Nginx listen ports and global configuration.