Commit 7f90b3a3 by nabil el mahiri

nginx new conf

parent 799474f2
Pipeline #518 passed with stages
in 12 minutes 0 seconds
{
"http": {
"socket": true,
"socket":false,
"middleware": {
"session": {
"secret": "c1Ee9)5c@d15Zb(b7129"
......
......@@ -25,6 +25,7 @@
"defaultStore": "mongo",
"http": {
"port": 7778,
"socket":false,
"settings": {
"trust proxy": "true"
},
......
{
"http": {
"socket":true,
"socket":false,
"middleware": {
"session": {
"secret": "lk1jd4896?dLkd@52"
......
# NGINX CONF ATLAS VOYAGES
upstream node_atlasvoyage_de {
server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
#server localhost:7778;
#server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
server localhost:7778;
}
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