Commit 7f90b3a3 by nabil el mahiri

nginx new conf

parent 799474f2
Pipeline #518 passed with stages
in 12 minutes 0 seconds
{ {
"http": { "http": {
"socket": true, "socket":false,
"middleware": { "middleware": {
"session": { "session": {
"secret": "c1Ee9)5c@d15Zb(b7129" "secret": "c1Ee9)5c@d15Zb(b7129"
......
...@@ -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"
}, },
......
{ {
"http": { "http": {
"socket":true, "socket":false,
"middleware": { "middleware": {
"session": { "session": {
"secret": "lk1jd4896?dLkd@52" "secret": "lk1jd4896?dLkd@52"
......
# 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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment