Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
When creating the hostname, I call the following command. The nginx configuration file will be automatically updated and synchronized to all the hostnames under the website:
But when I delete the hostname, the nginx configuration file will not be updated, I tried the following methods, and the nginx configuration file has no effect:
Description
When creating the hostname, I call the following command. The nginx configuration file will be automatically updated and synchronized to all the hostnames under the website:
But when I delete the hostname, the nginx configuration file will not be updated, I tried the following methods, and the nginx configuration file has no effect:
How can I update the nginx configuration file synchronously when I delete it?