%PDF-
%PDF-
Mini Shell
Mini Shell
<VirtualHost *:80>
ServerName ongrace.com
DocumentRoot /var/www/projetos/ongrace.com
<Directory /var/www/projetos/ongrace.com>
Options Indexes FollowSymLinks MultiViews
Order allow,deny
allow from all
</Directory>
<Directory /var/www/projetos/ongrace.com/wp-content/uploads>
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 10.11.0.0/21 200.142.113.198/32 189.22.141.180/32
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.ongrace.com.log
CustomLog ${APACHE_LOG_DIR}/access.ongrace.com.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =ongrace.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
Zerion Mini Shell 1.0