Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlasvoayages.com
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nabil el mahiri
atlasvoayages.com
Commits
7f90b3a3
Commit
7f90b3a3
authored
Mar 25, 2019
by
nabil el mahiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nginx new conf
parent
799474f2
Pipeline
#518
passed with stages
in 12 minutes 0 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
apps/atlas-voyages/etc/conf.dev.json
+1
-1
apps/atlas-voyages/etc/conf.json
+1
-0
apps/atlas-voyages/etc/conf.stage.json
+1
-1
nginx/default.conf
+2
-2
No files found.
apps/atlas-voyages/etc/conf.dev.json
View file @
7f90b3a3
{
{
"http"
:
{
"http"
:
{
"socket"
:
tru
e
,
"socket"
:
fals
e
,
"middleware"
:
{
"middleware"
:
{
"session"
:
{
"session"
:
{
"secret"
:
"c1Ee9)5c@d15Zb(b7129"
"secret"
:
"c1Ee9)5c@d15Zb(b7129"
...
...
apps/atlas-voyages/etc/conf.json
View file @
7f90b3a3
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
"defaultStore"
:
"mongo"
,
"defaultStore"
:
"mongo"
,
"http"
:
{
"http"
:
{
"port"
:
7778
,
"port"
:
7778
,
"socket"
:
false
,
"settings"
:
{
"settings"
:
{
"trust proxy"
:
"true"
"trust proxy"
:
"true"
},
},
...
...
apps/atlas-voyages/etc/conf.stage.json
View file @
7f90b3a3
{
{
"http"
:
{
"http"
:
{
"socket"
:
tru
e
,
"socket"
:
fals
e
,
"middleware"
:
{
"middleware"
:
{
"session"
:
{
"session"
:
{
"secret"
:
"lk1jd4896?dLkd@52"
"secret"
:
"lk1jd4896?dLkd@52"
...
...
nginx/default.conf
View file @
7f90b3a3
# NGINX CONF ATLAS VOYAGES
# NGINX CONF ATLAS VOYAGES
upstream
node_atlasvoyage_de
{
upstream
node_atlasvoyage_de
{
server
unix
:/
atlasvoyages
/
apps
/
atlas
-
voyages
/
http
.
sock
;
#
server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
#
server localhost:7778;
server
localhost
:
7778
;
}
}
server
{
server
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment