mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
<VirtualHost *:80>
|
|
DocumentRoot /var/www/public
|
|
RailsEnv production
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
<Directory "/var/www/">
|
|
Options FollowSymLinks
|
|
Require all granted
|
|
</Directory>
|
|
</VirtualHost> |