Skip to content
Snippets Groups Projects
Select Git revision
  • 4e5503ff61cdb72d7da027d53bc5d5faad065b7a
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

ldap.sh

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>