Commit graph

293 commits

Author SHA1 Message Date
06ac5c8eea
Remove safetwitch.conf because our instance is no longer maintained 2024-04-15 17:25:25 +00:00
84c65e5506
Track global nginx config options, block Bytespider from redlib 2024-04-13 13:45:52 +00:00
057107d9c5
Fix iacore cert path 2024-04-10 18:56:37 +00:00
iacore
b2348b9646
Add bean-doze 2024-04-07 09:52:13 +00:00
8c2b0854b9
Move log_format to nginx.conf
log_format is only allowed in the http context and not in a server block. Otherwise you get the error "log_format" directive is not allowed here
2024-04-06 15:39:28 +00:00
iacore
42fb81a97a
www.1a-insec.net: Do not log IP address 2024-04-06 12:02:13 +00:00
45ccf9e51c
Merge pull request 'Update mdwalters.conf' (#27) from mdwalters/nginx:main into main
Reviewed-on: #27
2024-04-05 16:56:45 +00:00
fa70231eac
Update mdwalters.conf 2024-04-05 14:03:19 +00:00
8fe7a105cb
Use default log format for iacore access log 2024-03-30 20:09:45 +00:00
iacore
a2c5b4ab7c
move log location 2024-03-30 17:36:48 +00:00
iacore
6908e562b3
enable logs for www.1a-insec.net 2024-03-30 16:00:41 +00:00
e451c5e807
Try serving index.txt if index.html
Sometimes I just want to serve a txt and making an HTML file with it inside a <pre> block is too much of a hack
2024-03-27 17:08:52 +00:00
2e503d808b
Fix cert location again 2024-03-05 18:28:43 +00:00
f36d28dae4 Merge pull request 'Add paste to mdwalters.conf' (#26) from mdwalters/nginx:main into main
Reviewed-on: #26
Reviewed-by: Anthony Wang <a@noreply.git.exozy.me>
2024-03-05 18:25:53 +00:00
d6324c8098 add paste to mdwalters.conf 2024-03-05 17:14:37 +00:00
850b51b2ed
Fix git.max.is-probably.gay cert path 2024-03-04 23:40:20 +00:00
132a20839d Merge pull request 'Update mdwalters configs' (#25) from mdwalters/nginx:main into main
Reviewed-on: #25
2024-03-04 23:38:55 +00:00
02e7c1ff99 Update mdwalters.conf 2024-03-04 22:14:31 +00:00
3cc1f4e85e Update mdwalters.conf 2024-03-04 22:02:38 +00:00
0f98fb86ef
Reformat nvpie.conf 2024-02-29 15:45:55 +00:00
06d2e7c208
Reverting to old config 2024-02-29 15:44:46 +00:00
e541b39644
Reformat and generate certs for iacore.conf 2024-02-26 16:52:19 +00:00
iacore
6d15c0efae
Add www.1a-insec.net 2024-02-26 15:54:38 +00:00
5e683f3f90
Delete old ta180m redirect 2024-02-23 17:28:00 +00:00
014aa68ba5
Make mastodon-streaming and mastodon-web Unix sockets use different RuntimeDirectory's
systemd doesn't support this https://github.com/systemd/systemd/issues/5394 and it's surprising that it's even worked until recently
2024-02-20 04:14:03 +00:00
1ca4e9c17a
PeerTube 6.0.3 2024-01-21 03:38:03 +00:00
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
25b463ada1
Reformat x.conf 2024-01-20 03:32:24 +00:00
d6172c33c2
Merge pull request 'Proxying Through Nginx' (#23) from x/nginx:main into main
Reviewed-on: #23
2024-01-20 03:31:21 +00:00
x
4267f0ef03
Proxying Through Nginx
redlib, priviblur, memos, rss-bridge
2024-01-20 07:30:57 +05:30
0c08f30f8f
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
baf40d7694
Update nextcloud.conf to match upstream (https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html) 2024-01-12 18:06:27 +00:00
1c88742815
Add calibre-web.conf with 200M upload limit 2024-01-12 17:55:07 +00:00
7c95638d93
Oops forgot to add ta180m.conf 2024-01-11 19:43:13 +00:00
e6731d996e
Rename redirect.conf to ta180m.conf 2024-01-11 18:31:02 +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
f6322e183d
Merge pull request 'Updated nvpie config for websockets' (#22) from nvpie/nginx:main into main
Reviewed-on: #22
2023-12-29 15:48:49 +00:00
bfce841044
Updated nvpie config for websockets 2023-12-29 11:23:34 +00:00
af75fb68a7
Fix typo in PeerTube client path 2023-12-28 16:18:10 +00:00
e5ba1ce1df
PeerTube 6.0.0 updates 2023-12-24 00:28:14 +00:00
eb1da632fb
Remove Websockets proxying for iacore.conf 2023-12-21 22:01:02 +00:00
4cce3721b2
Uncomment commented stuff in iacore.conf 2023-12-21 19:19:54 +00:00
184b931fd0 Update iacore.conf 2023-12-20 14:10:25 +00:00
05126f565b
Merge pull request 'modify iacore.conf: try minimal config' (#21) from patch-3 into main
Reviewed-on: #21
2023-12-20 12:40:35 +00:00
Locria Cyber
c71ee472ae
modify iacore.conf: try minimal config 2023-12-20 12:40:02 +00:00
8383e4eb10
Merge pull request 'Add iacore.conf' (#20) from patch-3 into main
Reviewed-on: #20
2023-12-19 23:19:58 +00:00
Locria Cyber
c82031450c
Add iacore.conf 2023-12-19 23:18:09 +00:00
8712f423cb
Revert "Revert "Revert "Add drgns-space.conf"""
This reverts commit 63914e5d7f.
2023-12-16 21:08:25 +00:00
d798a49551
Use same TLS cert for all mdwalters.exozy.me subdomains 2023-11-28 01:32:15 +00:00