- Initial release.
This commit is contained in:
2
var/lib/mediawiki/images/.gitignore
vendored
Normal file
2
var/lib/mediawiki/images/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*~
|
||||
*.old
|
||||
10
var/lib/mediawiki/images/.htaccess
Normal file
10
var/lib/mediawiki/images/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
<IfModule headers_module>
|
||||
Header set X-Content-Type-Options nosniff
|
||||
</IfModule>
|
||||
<IfModule php7_module>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
# In php8, php dropped the version number.
|
||||
<IfModule php_module>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
2
var/lib/mediawiki/images/README
Normal file
2
var/lib/mediawiki/images/README
Normal file
@@ -0,0 +1,2 @@
|
||||
If uploads are enabled in the wiki, files will be put in subdirectories
|
||||
under here.
|
||||
4
var/lib/mediawiki/trash/.gitignore
vendored
Normal file
4
var/lib/mediawiki/trash/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
var/lib/pgsql/.gitignore
vendored
Normal file
4
var/lib/pgsql/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
var/log/httpd-webapp/.gitignore
vendored
Normal file
4
var/log/httpd-webapp/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
var/log/init-database/.gitignore
vendored
Normal file
4
var/log/init-database/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
var/log/init-webapp/.gitignore
vendored
Normal file
4
var/log/init-webapp/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
var/log/postgres/.gitignore
vendored
Normal file
4
var/log/postgres/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
var/log/supervisor-database/.gitignore
vendored
Normal file
4
var/log/supervisor-database/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
4
var/log/supervisor-webapp/.gitignore
vendored
Normal file
4
var/log/supervisor-webapp/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user