Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 590
    • Issues 590
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 49
    • Merge requests 49
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Merge requests
  • !1703

Nginx Reverse Proxy Plugin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Adam requested to merge bicisteadm/ispconfig3:6479-nginx-reverseproxy-plugin into develop Mar 17, 2023
  • Overview 0
  • Commits 3
  • Pipelines 6
  • Changes 10

I created a plugin that allows you to use nginx as a reverse proxy.

All you need to do is:

  1. Change apache port to 6080 for http and 6443 for https.
  2. Install Nginx web server
  3. Activate the Nginx Reverse Proxy plugin. ln -s /usr/local/ispconfig/server/plugins-available/nginx_reverseproxy_plugin.inc.php /usr/local/ispconfig/server/plugins-enabled/nginx_reverseproxy_plugin.inc.php
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 6479-nginx-reverseproxy-plugin