Skip to content

Support for Nginx reverse proxy configuration. #249

@serveryang

Description

@serveryang

Standardize the HTTP interface route prefix by adding the project name /oryx by default. This provides a distinctive feature for configuring reverse proxy in nginx during integration. Currently, there is a need for a page to investigate any omissions, as manually searching for distinctive features on the page is prone to errors and inefficient.

location ~* ^/(mgmt|terraform|tools|live|players)/ {
      proxy_pass                http://127.0.0.1:2022;
      proxy_http_version        1.1;
      proxy_set_header          X-Real-IP $remote_addr;
      proxy_set_header          X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_read_timeout        12000s;
      proxy_set_header          Upgrade $http_upgrade;
      proxy_set_header          Connection "upgrade";
      proxy_set_header          Host $host;
}

TRANS_BY_GPT4

Metadata

Metadata

Assignees

No one assigned

    Labels

    TransByAITranslated by AI/GPT.featureNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions