Updated External Webserver use: Reverse proxy (markdown)

Aurora Lahtela 2023-08-09 18:18:21 +03:00
parent 2e25589d35
commit 1be3670a63
1 changed files with 1 additions and 0 deletions

@ -14,6 +14,7 @@ Main use-case for use with Plan is easier https set-up and removal of `:PORT` fr
# Nginx reverse-proxy
- [Link to nginx documentation](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/)
- For subdirectory setup (eg. `address.com/plan/`) see [this comment](https://github.com/plan-player-analytics/Plan/issues/3021#issuecomment-1553034794)
Following example routes traffic from http to https and utilizes a reverse-proxy (`proxy_pass`) to direct traffic to the Plan webserver.