How to listen to localhost only? #2360
-
The default conf file has only MEMOS_PORT. How can I make this localhost only? I am going to use NginX to enable SSL. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I'm sure I'm doing something totally wrong but I am trying to do the same thing and I tried adding MEMOS_ADDR='127.0.0.1' as an environmental variable to the docker run commandline and it is just totally unreachable when I do that, including from the local machine, so the reverse proxy fails. Where is MEMOS_ADDR supposed to go? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the tip - I got a list of files in the docker container hoping I could maybe edit it and unfortunately I don't have any memos.conf file in there. |
Beta Was this translation helpful? Give feedback.
MEMOS_ADDR="127.0.0.1"