Advertisement
hafiizhekom

[VRBOX] /etc/httpd/conf.d/redmine.conf

Nov 23rd, 2023 (edited)
1,319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PassengerRuby /usr/local/rvm/gems/ruby-2.7.2/wrappers/ruby
  2.  
  3. <VirtualHost *:80>
  4.     ServerName 192.168.1.11
  5.     DocumentRoot "/var/www/redmine-4.2.2/public"
  6.  
  7.     ErrorLog logs/redmine_error_log
  8.     LogLevel warn
  9.  
  10.     <Directory "/var/www/redmine-4.2.2/public">
  11.         Options Indexes ExecCGI FollowSymLinks
  12.         Require all granted
  13.         AllowOverride all
  14.     </Directory>
  15. </VirtualHost>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement