Commit graph

8 commits

Author SHA1 Message Date
f9748b3ec7
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.
2024-01-20 16:01:08 +00:00
21303cfea0
Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
1b30fed65f
Improve SSL config 2024-01-11 17:43:59 +00:00
bfce841044
Updated nvpie config for websockets 2023-12-29 11:23:34 +00:00
d7e4151476
Use new http2 on; directive to enable HTTP/2 in /etc/nginx/nginx.conf instead of in individual conf files 2023-07-06 14:48:08 +00:00
cff9ad23b0
Generate letsencrypt cert for neovoid.is-cool.dev, use try_files instead of proxy_pass 2023-05-12 03:32:35 +00:00
43b6be1eeb corrected nginx conf
wildcard at root domain not needed
2023-05-11 11:46:21 +00:00
2f48a822ae nginx config added for nvpie's site
for neovoid.is-cool.dev domain
2023-05-10 08:35:12 +00:00