runAllManagedModulesForAllRequests set to false make styles.axd not compile
I have a umbraco site that have problems with lets encrypt on plesk
I found that changing runAllManagedModulesForAllRequests to false solves this
(https://support.plesk.com/hc/en-us/articles/4402165561618-Let-s-Encrypt-certificate-can-not-be-renewed-automatically-for-domain-in-Plesk-Invalid-hostname-in-redirect-target-must-end-in-IANA-registered-TLD)
The problem is that changing this will make syles.axd not render. I also found some old post stating that this flag should always be set to true due to umbracos middleware.
So my question is if there is any way to set this as false or make an exception for the /.wellknown folder ?
runAllManagedModulesForAllRequests set to false make styles.axd not compile
I have a umbraco site that have problems with lets encrypt on plesk I found that changing runAllManagedModulesForAllRequests to false solves this (https://support.plesk.com/hc/en-us/articles/4402165561618-Let-s-Encrypt-certificate-can-not-be-renewed-automatically-for-domain-in-Plesk-Invalid-hostname-in-redirect-target-must-end-in-IANA-registered-TLD)
The problem is that changing this will make syles.axd not render. I also found some old post stating that this flag should always be set to true due to umbracos middleware. So my question is if there is any way to set this as false or make an exception for the /.wellknown folder ?
is working on a reply...