mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°5120 - Unattended install : use cty toolkit version (#624)
* N°5120 - Unattended install : use cty toolkit version * N°5120 - CLI mode validation * 5120 - bring CI enhancements * 5120 - bring back saas use-itop-config option: to read db settings from conf directly * 5120 - move unattended script in setup folder/unattended-install * 5120 - use-itop-config option: take db_tls_enabled and db_tls_ca into account * 5120 - move test * 5120 - put ci enhancements back - logs and conf preservation with install mode * 5120 - keep PR simple - remove saas use-itop-config option for now * 5120 - remove ci enhancement to preserve configuration * Update setup/unattended-install/README.md Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com> * 5120 - documentation * 5120 - fix log level * 5120 - fix test * fix phpunit test comment --------- Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com>
This commit is contained in:
13
setup/unattended-install/web.config
Normal file
13
setup/unattended-install/web.config
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<security>
|
||||
<requestFiltering>
|
||||
<fileExtensions applyToWebDAV="false" allowUnlisted="false"></fileExtensions>
|
||||
</requestFiltering>
|
||||
<authorization>
|
||||
<deny users="*" /> <!-- Denies all users -->
|
||||
</authorization>
|
||||
</security>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user