You configure reverse proxy servers at the global-portal reverse-proxy-servers level.
To create a reverse proxy server, use the following command:
Admin@UGOS# create global-portal reverse-proxy-servers
Available parameters:
Parameter |
Description |
---|---|
name |
Reverse proxy server name. |
description |
Reverse proxy server description. |
address |
Reverse proxy server address or domain. |
port |
Reverse proxy server TCP port. |
https |
Use HTTPS protocol for the server being published:
|
check-cert |
Check the validity of the SSL certificate used on the server being published:
|
keep-source-ip |
Use the original source IP address in packets forwarded to the server being published:
|
To update reverse proxy server parameters, use the following command:
Admin@UGOS# set global-portal reverse-proxy-servers <server-name>
The parameters available to update are the same as those used to create a name server.
To delete a server, use the following command:
Admin@UGOS# delete global-portal reverse-proxy-servers <server-name>
To display information about a reverse proxy server, use the following command:
Admin@UGOS# show global-portal reverse-proxy-servers <server-name>