Sha256: 30a4c4c89873756f766d56b4c9e144ffbc523eab92310f24a328e9fe18ab511e
Contents?: true
Size: 378 Bytes
Versions: 127
Compression:
Stored size: 378 Bytes
Contents
<IfModule mod_passenger.c> Alias "/stub-app_0" "/path/to/stub-app_0/public" <Location "/stub-app_0"> PassengerBaseURI "/stub-app_0" PassengerAppRoot "/path/to/stub-app_0" PassengerAppEnv production </Location> <Directory "/path/to/stub-app_0/public"> Allow from all Options -MultiViews Require all granted </Directory> </IfModule>
Version data entries
127 entries across 127 versions & 2 rubygems