1
0
Fork 0
forked from exozyme/nginx

Synced repo to upstream #1

Merged
nvpie merged 17 commits from exozyme/nginx:main into main 2024-02-29 15:20:10 +00:00
Owner
No description provided.
nvpie added 17 commits 2024-02-29 15:19:44 +00:00
Proxying Through Nginx
redlib, priviblur, memos, rss-bridge
4267f0ef03
Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9
The first change doesn't require any manual intervention since /srv/http/pages is now symlinked to /srv/http. The purpose of it is just to make paths shorter, that's all.

I have several reasons for the second change, even though it may have been a useful feature:
- Security: Some programs use those ports by default and you don't want to accidentally expose them to the internet. If you want to run a program on exozyme and view it on your own computer, use SSH port forwarding instead.
- There was some weird DNS resolution problem with that config so I made it only listen to IPv4, which can cause problems since some programs only bind to IPv6.
- If you want to expose a program to the internet, you must use a Unix socket or socat. This feature was useful as a quick-and-dirty option, but socat is also just one command and doesn't require much more effort.
f9748b3ec7
nvpie merged commit 987615d414 into main 2024-02-29 15:20:10 +00:00
nvpie referenced this pull request from a commit 2024-02-29 15:20:11 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nvpie/nginx#1
No description provided.