rsion, locally I have version 7.0.2, on the server
version 4.4.2.
Anyway, I need to improve my reading skills, it was all there in the mongo
docs!
Thanks also Odhiambo, very useful information.
On Mon, Apr 22, 2024, at 5:54 PM, Kirill A. Korinsky wrote:
> On Mon, 22 Apr 2024 17:40:22 +0200
hi Everybody :)
I successfully installed the mongodb-4.4.2 package on the server which run
openBSD 7.4. It's the db of a node js app.
Locally on my Mac, I interact with the local mongo db through the mongo shell.
I'd like to do the same on the server with the installed mongo db BUT there's
no "
ntly.
Thanks!
On Sat, Apr 20, 2024, at 4:58 AM, Alexis wrote:
> "Luca Leone" writes:
>
> > I could not find much online on how to write these two guys:
> > httpd.conf and relayd.conf
>
> On OpenBSD, the first places to check for documentation are:
>
matter how detailed my prompt was.
On Fri, Apr 19, 2024, at 2:01 PM, Kirill A. Korinsky wrote:
> On Fri, 19 Apr 2024 13:30:47 +0200,
> Luca Leone wrote:
> >
> > I'll keep working on it, but after a couple of days spent on this stuff I'm
> > starting to think tha
t maybe to serve my node app there should be an easier way
than openbsd ;)
On Fri, Apr 19, 2024, at 12:50 AM, Omar Polo wrote:
> Hello,
>
> On 2024/04/18 22:29:55 +0200, "Luca Leone" wrote:
> > Hi guys!
> >
> > [...]
> >
> > If is change `pas
Hi guys!
this is the content of my httpd.conf file:
server "birbi.biz" {
listen on * port 80
location "/.well-known/acme-challenge/*" {
root "/acme"
request strip 2
}
location * {
block return 301 "https://$HTTP_HOST$REQUEST_URI";
}
}
server "birbi.biz
6 matches
Mail list logo