diff options
Diffstat (limited to 'extra/oxidized.apache2')
| -rw-r--r-- | extra/oxidized.apache2 | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/extra/oxidized.apache2 b/extra/oxidized.apache2 new file mode 100644 index 0000000..0ab372b --- /dev/null +++ b/extra/oxidized.apache2 @@ -0,0 +1,14 @@ +<VirtualHost *:80> +	# Place in sites-available +	 +    ServerAdmin admin@example.com +    ServerName oxidized.example.com +    ServerAlias oxidized + +    ProxyPass /  http://127.0.0.1:8888/ +    ProxyPassReverse / http://127.0.0.1:8888/ + +    ErrorLog /var/log/apache2/oxidized_error.log +    CustomLog /var/log/apache2/oxidized_access.log combined + +</VirtualHost> | 
