Let the worker run for an hour in daemon mode
[friendica.git/.git] / bin / .htaccess
1 # This file prevents browser access to Friendica command-line scripts on Apache-powered web servers.
2 # It isn't meant to be edited manually, please check the base Friendica folder for the .htaccess-dist file instead.
3
4 <IfModule authz_host_module>
5     Require all denied
6 </IfModule>
7 <IfModule !authz_host_module>
8     Order Allow,Deny
9     Deny from all
10 </IfModule>