Skip to content
Snippets Groups Projects
Select Git revision
  • 0e4c3e0945aa20cc7c25593cb195b798a7693057
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

readme.md

Blame
  • vhost_app.conf 539 B
    #
    # GENERATED BY init.sh - template: ./templates/vhost_app.conf - e968cb0c1a67d0670b4d7e915d3bd02f
    #
    <VirtualHost *:80>
      DocumentRoot /var/www/adminlte-renderer/public_html
      <Directory /var/www/adminlte-renderer/public_html>
          AllowOverride None
          Order Allow,Deny
          Allow from All
    
          RewriteEngine on
          RewriteCond %{REQUEST_FILENAME} !-f
          RewriteRule ^(.*)$ index.php [QSA,L]
      </Directory>
    
      # example to prevent access with http
      <Location "/no-access">
        Require all denied
      </Location>
    
    </VirtualHost>