express-subdomain icon indicating copy to clipboard operation
express-subdomain copied to clipboard

Super simple subdomain middleware for expressjs

Results 17 express-subdomain issues
Sort by recently updated
recently updated
newest added

Currently, '*' matches both https://user.example.com and https://example.com. However, this doesn't make a ton of sense, and it makes it really hard to represent a bunch of common use-cases. This is...

Running on a VPS, not testing locally. When I go to api.mydomain.tld it just responds with: ``` We can’t connect to the server at api.mydomain.tld. If that address is correct,...

express, colors and request

I'm trying to configure a multi level subdomain with nginx and express-subdomain. In NGINX I have: `upstream backend-project { server unix://home/project/webserver/server.sock; } server { listen 80; server_name admin.project.example.com; location /...

Hi! I've the following setup: - Cloudflare: Which redirects api.mydomain.com to myapp.herokuapp.com - Heroku: Contains the Express.JS server with the express-subdomain handler. This is how I define the express-subdomain ```javascript...

Hi, I have a two single page angular applications, one on the main app and one on the 'cms' subdomain. For the main app I'm using a catchall route like...

Hello! Just wanted to say thank you very much for this awesome package. I've been able to get up and running really quickly, and it is so far very pleasing...