18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
ServerName oxidized.example.com
|
|
ServerAlias oxidized
|
|
|
|
ServerAdmin admin@example.com
|
|
|
|
DocumentRoot "/var/www/localhost/htdocs"
|
|
<Directory "/var/www/localhost/htdocs">
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ProxyPreserveHost On
|
|
ProxyRequests off
|
|
AllowEncodedSlashes NoDecode
|
|
ProxyPass / http://localhost:8888/ nocanon
|
|
ProxyPassReverse / http://localhost:8888/
|