> Source: [sk122632](https://support.checkpoint.com/results/sk/sk122632)

# sk122632 - 'dest' parameter in $CVPNDIR/conf/ReverseProxy_conf/ReverseProxyConf.xml deleted after applying configuration

| Property | Value |
|----------|-------|
| Solution ID | sk122632 |
| Date Created | 2018-01-30 |
| Last Modified | 2019-04-30 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |

## Symptoms

- *dest* parameter in *$CVPNDIR/conf/ReverseProxy_conf/ReverseProxyConf.xml* is deleted after applying the configurations using *# ReverseProxyCLI apply config*   

When setting up *dest* parameter in \<allowedPaths\>\<path\> and then running *# ReverseProxyCLI apply config* , the *dest*parameter is deleted from the file as follows:

**Before:**

\<?xml version="1.0" encoding="UTF-8"?\>  
\<ReverseProxySettings\>  
\<rules\>  
\<rule\>  
\<ruleName\>Rule1\</ruleName\>  
\<externalSite\>web.phalanx-it.de\</externalSite\>  
\<internalSite\>pnxex01.phalanx-it.ads\</internalSite\>  
\<allowedPaths\>  
\<path source="/mail"/ **dest="/owa"** /\>  
\</allowedPaths\>  
\<binding fromHttp="false" toHttp="false" internalPort="443"/\>  
\</rule\>  
\</rules\>  
\</ReverseProxySettings\>  
\*\*\*

**After applying the configurations, the file will appear as follows:**

\<?xml version="1.0" encoding="UTF-8"?\>  
\<ReverseProxySettings\>  
\<rules\>  
\<rule\>  
\<ruleName\>Rule1\</ruleName\>  
\<externalSite\>web.phalanx-it.de\</externalSite\>  
\<internalSite\>pnxex01.phalanx-it.ads\</internalSite\>  
\<allowedPaths\>  
\<path source="/mail"/\>  
\</allowedPaths\>  
\<binding fromHttp="false" toHttp="false" internalPort="443"/\>  
\</rule\>  
\</rules\>  
\</ReverseProxySettings\>

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
