How to deploy Flask project on Plesk subdomain
问题 I want to ask if there is a way to deploy my Flask project to a Plesk subdomain. The site is going to be created with wordpress inside Plesk. Also, i would like to have database support. 回答1: I was struggeling with a similar issue. What i did was the following: Installed nginx In the subdomain -> Apache & nginx Settings, make sure to disable the proxy-mode under the nginx settings add the following to Additional nginx directives: location / { # Define the location of the proxy server to send