import React from 'react'; import ContentWrapper from '../containers/ContentWrapper'; import ButtonDisplay from './ButtonDisplay'; import DownloadOrCopy from './DownloadOrCopy'; import { REVERSE_PROXY_TYPES } from '../actions/constants'; export default ({ proxyType, sampleConfig, fileName, onClick }) => { return

Configure the ReverseProxy

It's time for you to setup the reverse proxy outside of this installer.

{ proxyType == REVERSE_PROXY_TYPES.OTHER ?

Here's a sample config for Apache. Since you chose 'other' for your reverse proxy. You'll have to figure it out for yourself. We believe in you.

:

We can't do it for you but here's the sample configuration for your {proxyType} proxy.

}
            
                {sampleConfig}
            
        
; }