Slapping him in the dick is hardly equal. Opposite, maybe. But not equal.
Slapping him in the dick is hardly equal. Opposite, maybe. But not equal.
Strike that, reverse it.
Dalton Wilcox
It’s the most beautiful thing I’ve ever seen.
My matrices wear Hilbert Pants
That’s what Emby thought.
I can’t read the word without thinking this.
Corneal knowledge.
We have a name for that now.
DOGE?
Assuming your local service is accessible from the nginx server, you can proxy the request to it:
server {
listen 80;
location / {
proxy_pass http://10.100.100.2:3000/;
}
}
…where 10.100.100.2
is your local IP on the VPN and 3000
is the local port your service is listening on, and 80
is the public port your nginx server listens on. Everything that hits your nginx server at http://yourserver.com/
will proxy back to your local service at http://10.100.100.2:3000/
. Depending on what you’re hosting, you may need to add some things to the config.
I’m assuming that you are trying to proxy an http web server. If not, you’re going to have a hard time with nginx. Can you post your nginx config? Are you getting any response from nginx at all?
No more rhyming, I mean it!
🤯
“homo sapiens” is not plural. “homo sapien” is not a thing.
It’s got a bush? What the hell?
Send GNUdes.
Pitter patter…
I think you meant to post this on !lemmypisspost@lemmy.world.
Don’t be silly. He stands still while pissing, pinching and unpinching in sync with the urinal’s rotation.
You’re absolutely right. I hadn’t considered the very distinct possibility that the car’s junk was not in the trunk. That’s on me.