zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 280 forks source link

How to set default_server variable in server config of nginx #1163

Closed eugle closed 4 years ago

eugle commented 4 years ago

Hello, how do I change this line:

listen 80 ; to: listen 80 default_server;

I want all domain names to point to the application, the default site

eugle commented 4 years ago

I know, I'll just specify it in the shared.env.default_host, it's my fault I didn't look at the document carefully