Skip to content
Snippets Groups Projects
Commit 1a78c08c authored by Martin van Es's avatar Martin van Es
Browse files

Add sample Apache2 configuration

parent 17fa7bee
No related branches found
No related tags found
No related merge requests found
<VirtualHost *:80>
ServerName srv1-signer.<domain>
ServerAlias signer.<domain>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
AllowEncodedSlashes NoDecode
ProxyPass "/" "http://127.0.0.1:5001/" nocanon
ProxyPassReverse "/" "http://127.0.0.1:5001/"
</VirtualHost>
<VirtualHost *:80>
ServerName srv1-proxy.<domain>
ServerAlias proxy.<domain>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
AllowEncodedSlashes NoDecode
ProxyPass "/" "http://127.0.0.1:5002/" nocanon
ProxyPassReverse "/" "http://127.0.0.1:5002/"
</VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment