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
dd7f25b6
Commit
dd7f25b6
authored
Mar 15, 2019
by
nabil el mahiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix apps folder
parent
e2c33db4
Pipeline
#515
failed with stages
in 34 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
apps/atlas-voyages/etc/conf.dev.json
+1
-1
apps/atlas-voyages/etc/nginx/nginx.dev.conf
+2
-2
docker/Dockerfile
+1
-1
nginx/default.conf
+2
-2
No files found.
apps/atlas-voyages/etc/conf.dev.json
View file @
dd7f25b6
{
{
"http"
:
{
"http"
:
{
"socket"
:
fals
e
,
"socket"
:
tru
e
,
"middleware"
:
{
"middleware"
:
{
"session"
:
{
"session"
:
{
"secret"
:
"c1Ee9)5c@d15Zb(b7129"
"secret"
:
"c1Ee9)5c@d15Zb(b7129"
...
...
apps/atlas-voyages/etc/nginx/nginx.dev.conf
View file @
dd7f25b6
# NGINX CONF ATLAS VOYAGES
# NGINX CONF ATLAS VOYAGES
upstream
node_atlasvoyage_de
{
upstream
node_atlasvoyage_de
{
#
server unix:/Users/hotelia/nodejs/atlasvoyages.com/apps/atlas-voyages/http.sock;
server
unix
:/
Users
/
hotelia
/
nodejs
/
atlasvoyages
.
com
/
apps
/
atlas
-
voyages
/
http
.
sock
;
# server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
# server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
server
localhost
:
3990
;
#
server localhost:3990;
}
}
server
{
server
{
...
...
docker/Dockerfile
View file @
dd7f25b6
...
@@ -104,7 +104,7 @@ RUN chmod -R 700 /atlasvoyages/apps
...
@@ -104,7 +104,7 @@ RUN chmod -R 700 /atlasvoyages/apps
RUN
find ./node_modules
-maxdepth
1
-name
"pine*"
-type
d
\(
!
-name
.
\)
-exec
bash
-c
"cd '{}' && npm i --unsafe-perm=true && grunt build:dist"
\;
&&
\
RUN
find ./node_modules
-maxdepth
1
-name
"pine*"
-type
d
\(
!
-name
.
\)
-exec
bash
-c
"cd '{}' && npm i --unsafe-perm=true && grunt build:dist"
\;
&&
\
find ./node_modules
-maxdepth
1
-name
"hermes*"
-type
d
\(
!
-name
.
\)
-exec
bash
-c
"cd '{}' && npm i --unsafe-perm=true && grunt build:dist"
\;
&&
\
find ./node_modules
-maxdepth
1
-name
"hermes*"
-type
d
\(
!
-name
.
\)
-exec
bash
-c
"cd '{}' && npm i --unsafe-perm=true && grunt build:dist"
\;
&&
\
find ./node_modules
-maxdepth
1
-name
"theme-atlasvoyages*"
-type
d
\(
!
-name
.
\)
-exec
bash
-c
"cd '{}' && npm i
--unsafe-perm=true
&& grunt build:dist"
\;
find ./node_modules
-maxdepth
1
-name
"theme-atlasvoyages*"
-type
d
\(
!
-name
.
\)
-exec
bash
-c
"cd '{}' && npm i && grunt build:dist"
\;
RUN
echo
'\n'
| grunt pine:setup
RUN
echo
'\n'
| grunt pine:setup
# RUN tree /atlasvoyages/apps/atlas-voyages/
# RUN tree /atlasvoyages/apps/atlas-voyages/
...
...
nginx/default.conf
View file @
dd7f25b6
# 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