Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
.config
/
apache
/
vhosts
/
ruby
/
/srv/data/.config/apache/vhosts/ruby/1-vhosts.conf
<VirtualHost *:5080> UseCanonicalName Off UseCanonicalPhysicalPort default ServerAlias * DocumentRoot ${CUSTOMER_DIR}/web/vhosts/default/public <Directory ${CUSTOMER_DIR}/web/vhosts/default/public/> Require all granted Options FollowSymLinks AllowOverride All </Directory> Include proxy.conf RewriteEngine On RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ http://127.0.0.1:8080/%{REQUEST_URI} [P,QSA,L] ProxyPreserveHost On </VirtualHost>