mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 04:35:26 +00:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
<VirtualHost *:80>
|
|
DocumentRoot /var/www/public
|
|
RailsEnv production
|
|
PassengerMaxPoolSize 3
|
|
RailsAutoDetect off
|
|
RailsBaseURI /
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
<Directory "/var/www/">
|
|
Options FollowSymLinks
|
|
Require all granted
|
|
</Directory>
|
|
</VirtualHost> |