nginx config files
Go to file
Anthony Wang 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
calibre-web.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00
cockpit.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
exozyme.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00
forgejo.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
guacamole.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
iacore.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00
jupyterhub.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
LICENSE Add AGPL license 2021-11-25 11:47:09 -06:00
mastodon.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
mdwalters.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
nextcloud.conf Enable HSTS for Nextcloud (it should be automatically enabled for all sites so idk why I have to do it manually for Nextcloud) 2024-01-12 23:21:01 +00:00
nvpie.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00
pages.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00
peertube.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
pranav.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00
safetwitch.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00
synapse.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
ta180m.conf Oops forgot to add ta180m.conf 2024-01-11 19:43:13 +00:00
woodpecker.conf Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
x.conf Reformat x.conf 2024-01-20 03:32:24 +00:00
xtex.conf Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9 2024-01-20 16:01:08 +00:00