Skip to content

Protect EE Shared Locations #60

@MiteshShah

Description

@MiteshShah

Access phpMyAdmin & Other Shared Locations

  1. Allowed IP Adress
  2. Extra http Password for non allowed/dynamic ip address
# EasyEngine Shared Settings
location /ee {
        autoindex on;
        alias /var/www/shared/;
        satisfy any;
        include common/allowed_ip.conf;
        #deny all;
        auth_basic "Restricted";
        auth_basic_user_file  htpasswd;
        index index.php index.html index.htm;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions