Custom domain feature for saas product customers
snippet in htaccess
Custom domain feature for saas product customers
user8698
server {
listen 80 default_server;
server_name _;
root /var/www/myservice/htdocs;
}