Manage administration pages
To manage files and directories in the administration pages root with the local management interface, use the Reverse Proxy management page.
Steps
- Select Web > Manage > Reverse Proxy.
- Select the instance of interest.
- Select Manage > Management Root. All current management files and directories are displayed. The default directories include:
- management
- The Web Reverse proxy management pages. For example, login.html
- errors
- The error pages that can be returned by the Web Reverse proxy.
- oauth
- The HTML files that can be returned by the oauth module.
- junction-root
- The static HTML files served by the local junction of the Web Reverse proxy. A fixed location is used as the document root. A local junction cannot run any CGI scripts. It can serve only static page content.
- Work with all the management files and directories.
- Create a new file in the administration pages root
- Select the directory in which we want to create the file.
- Select File > New > File.
- Enter the file name.
- Optionally, we can add file contents in the New File Contents field.
- Click Save. For the changes to take effect, they must be deployed as described in Configuration changes commit process.
- Create a new directory in the administration pages root
- Select the directory in which to create the directory.
- Select File > New > Directory.
- Enter the directory name.
- Click Save. For the changes to take effect, they must be deployed as described in Configuration changes commit process.
- View or update the contents of a file in the administration pages root
- Select the file of interest.
- Select File > Open. We can then view the contents of the file.
- Optionally, edit the contents of the file. Then, click Save. For the changes to take effect, they must be deployed as described in Configuration changes commit process.
- Export a file from the administration pages root
- Select the file of interest.
- Select Manage > Export. You must configure the software that blocks pop-up windows in the browser to allow pop-up windows for the appliance before files can be exported.
- Confirm the save operation when your browser displays a confirmation window.
- Rename a file or directory in the administration pages root
- Select the file or directory of interest.
- Select Manage > Rename.
- Enter the new name of the file or directory in the New Resource Name field.
- Click Save. For the changes to take effect, they must be deployed as described in Configuration changes commit process.
- Delete a file or directory in the administration pages root
- Select the file or directory of interest.
- Select Manage > Delete.
- Click Yes to confirm the delete operation.
- Commit changes .
- Import a file to administration pages root
- Select the directory to import the file into.
- Select Manage > Import.
- Click Browse.
- Browse to the file we want to import and then click Open.
- Click Import.
- Import the contents of a .zip file into the administration pages root
- Select Manage > Import Zip.
- Click Browse.
- Browse to the .zip file we want to import and then click Open.
- Click Import.
- Export the contents of the administration pages root as a .zip file
- Select Manage > Export Zip. You must configure the software that blocks pop-up windows in the browser to allow pop-up windows for the appliance before files can be exported.
- Confirm the save operation when your browser displays a confirmation window.
Parent topic: Reverse proxy instance management