Sha256: 403c9f74b692f5f3d4663f830cd2ee6ee13e25da9ecd17649cba060a3ae68363
Contents?: true
Size: 378 Bytes
Versions: 31
Compression:
Stored size: 378 Bytes
Contents
<IfModule mod_passenger.c> Alias "%%WEB.PATH%%" "%%FS_PATH%%/public" <Location "%%WEB.PATH%%"> PassengerBaseURI "%%WEB.PATH%%" PassengerAppRoot "%%FS_PATH%%" PassengerAppEnv production </Location> <Directory "%%FS_PATH%%/public"> Allow from all Options -MultiViews Require all granted </Directory> </IfModule>
Version data entries
31 entries across 31 versions & 1 rubygems