mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-10-14 08:02:34 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile README.md rootfs/tmp/etc/nginx/nginx.conf rootfs/tmp/etc/nginx/vhosts.d/admin.conf rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/init.d/99-php-fpm.sh rootfs/usr/local/share/
This commit is contained in:
21
rootfs/usr/local/share/webpanel/.htaccess
Normal file
21
rootfs/usr/local/share/webpanel/.htaccess
Normal file
@@ -0,0 +1,21 @@
|
||||
# Security settings
|
||||
<Files "*.conf">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
<Files "*.log">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
<Files "auth.php">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
<Files "functions.php">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
# PHP settings
|
||||
php_value session.cookie_httponly 1
|
||||
php_value session.cookie_secure 0
|
||||
php_value session.use_strict_mode 1
|
Reference in New Issue
Block a user