Laravel Forge Add Wildcard Subdomain to Existing
问题 How do I add Wildcard Subdomains to a site I already created? When you first create one I know you can check a box but how do you do so after the fact? Do I have to edit the NGINX Config file? I tired placing this in the server{} section: server_name ~^(.*)\.mydomain\.com$ ; but it didnt work. I have always used .htaccess so I am not too familiar with NGINX NGINX Config File I tried server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name mydomain.com; server_name ~^(.*)\