There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

z1n ,

My Nginx is pointing to the “proxy” container (the one with port 1236 in your docker compose).

My Nginx location looks something like the below. Obviously there is more for SSL termination etc. Let me know if this doesn’t make any sense.

TIP: I’m using 0.0.0.0 since 127.0.0.1 won’t work (I can explain this further if needs be).

<pre style="background-color:#ffffff;">
<span style="color:#323232;">location / {
</span><span style="color:#323232;">      proxy_pass http://0.0.0.0:1236;
</span><span style="color:#323232;">      proxy_http_version 1.1;
</span><span style="color:#323232;">      proxy_set_header Upgrade $http_upgrade;
</span><span style="color:#323232;">      proxy_set_header Connection "upgrade";
</span><span style="color:#323232;">      proxy_set_header X-Real-IP $remote_addr;
</span><span style="color:#323232;">      proxy_set_header Host $host;
</span><span style="color:#323232;">      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
</span><span style="color:#323232;">    }
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines