mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Add Shopware 6 example (#61)
This commit is contained in:
11
shopware6/custom/.htaccess
Normal file
11
shopware6/custom/.htaccess
Normal file
@@ -0,0 +1,11 @@
|
||||
<Files ~ ".*">
|
||||
# Deny all requests from Apache 2.4+.
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
||||
# Deny all requests from Apache 2.0-2.2.
|
||||
<IfModule !mod_authz_core.c>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
</Files>
|
||||
0
shopware6/custom/apps/.gitignore
vendored
Normal file
0
shopware6/custom/apps/.gitignore
vendored
Normal file
0
shopware6/custom/plugins/.gitignore
vendored
Normal file
0
shopware6/custom/plugins/.gitignore
vendored
Normal file
0
shopware6/custom/static-plugins/.gitignore
vendored
Normal file
0
shopware6/custom/static-plugins/.gitignore
vendored
Normal file
Reference in New Issue
Block a user