Update nginx conf and node version
This commit is contained in:
parent
2ae55a760f
commit
5a06a37a83
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ server {
|
|||
server {
|
||||
listen [::]:{{ .NGINX_SSL_PORT }} ssl spdy;
|
||||
listen {{ .NGINX_SSL_PORT }} ssl spdy;
|
||||
server_name {{ .SSL_SERVER_NAME }};
|
||||
server_name hostr.co;
|
||||
access_log /var/log/nginx/{{ .APP }}-access.log;
|
||||
error_log /var/log/nginx/{{ .APP }}-error.log;
|
||||
|
||||
|
@ -57,7 +57,7 @@ server {
|
|||
server {
|
||||
listen [::]:{{ .NGINX_SSL_PORT }} ssl spdy;
|
||||
listen {{ .NGINX_SSL_PORT }} ssl spdy;
|
||||
server_name api.{{ .SSL_SERVER_NAME }};
|
||||
server_name api.hostr.co;
|
||||
access_log /var/log/nginx/{{ .APP }}-api-access.log;
|
||||
error_log /var/log/nginx/{{ .APP }}-api-error.log;
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "^5.1.1",
|
||||
"npm": "^3.3.12"
|
||||
"node": "^5.10.0",
|
||||
"npm": "^3.8.5"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build-js && npm run build-sass",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue