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
5aeb21c8
Commit
5aeb21c8
authored
Mar 14, 2019
by
nabil el mahiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix apps folder
parent
809de2de
Pipeline
#511
passed with stages
in 11 minutes 57 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
.gitlab-ci.yml
+1
-1
apps/atlas-voyages/etc/conf.json
+1
-1
apps/atlas-voyages/etc/nginx/nginx.dev.conf
+1
-3
nginx/default.conf
+1
-3
No files found.
.gitlab-ci.yml
View file @
5aeb21c8
...
@@ -47,7 +47,7 @@ deploy:
...
@@ -47,7 +47,7 @@ deploy:
script
:
script
:
-
chmod +x sh/run.sh
-
chmod +x sh/run.sh
-
sh sh/run.sh
-
sh sh/run.sh
-
docker run -d -p 7778:
80
--name atlasvoyages-docker-prod atlasvoyages-docker:prod
-
docker run -d -p 7778:
7778
--name atlasvoyages-docker-prod atlasvoyages-docker:prod
-
sh sh/clean.sh
-
sh sh/clean.sh
# build:
# build:
...
...
apps/atlas-voyages/etc/conf.json
View file @
5aeb21c8
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
"logging"
:
{},
"logging"
:
{},
"defaultStore"
:
"mongo"
,
"defaultStore"
:
"mongo"
,
"http"
:
{
"http"
:
{
"port"
:
80
,
"port"
:
7778
,
"settings"
:
{
"settings"
:
{
"trust proxy"
:
"true"
"trust proxy"
:
"true"
},
},
...
...
apps/atlas-voyages/etc/nginx/nginx.dev.conf
View file @
5aeb21c8
...
@@ -5,9 +5,7 @@ upstream node_atlasvoyage_de {
...
@@ -5,9 +5,7 @@ upstream node_atlasvoyage_de {
}
}
server
{
server
{
listen
80
default_server
;
listen
7778
;
listen
[::]:
80
default_server
;
server_name
localhost
:
7778
;
set
$
public
/
Users
/
hotelia
/
nodejs
/
atlasvoyages
.
com
/
apps
/
atlas
-
voyages
/
public
;
set
$
public
/
Users
/
hotelia
/
nodejs
/
atlasvoyages
.
com
/
apps
/
atlas
-
voyages
/
public
;
...
...
nginx/default.conf
View file @
5aeb21c8
...
@@ -5,9 +5,7 @@ upstream node_atlasvoyage_de {
...
@@ -5,9 +5,7 @@ upstream node_atlasvoyage_de {
}
}
server
{
server
{
listen
80
default_server
;
listen
7778
;
listen
[::]:
80
default_server
;
set
$
public
/
atlasvoyages
/
apps
/
atlas
-
voyages
/
public
;
set
$
public
/
atlasvoyages
/
apps
/
atlas
-
voyages
/
public
;
...
...
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