Commit graph

225 commits

Author SHA1 Message Date
Max
f4438b09a8 feat: add config files for mdwalters 2023-11-15 01:34:13 +00:00
23732b339a
Update mastodon.conf with v4.2.0 stuff 2023-09-21 16:55:39 +00:00
00fc2e086f
Delete iacore.conf because www.1a-insec.net is now being served by pages.sr.ht 2023-09-04 17:59:36 +00:00
93c6f888dc
Merge pull request 'Fix UNIX domain socket for xtex.conf' (#14) from xtex/nginx:xtex/fix-uds into main
Reviewed-on: exozyme/nginx#14
2023-09-03 14:34:06 +00:00
956cb33b26
Remove .sock suffix for xtex.conf 2023-09-03 12:43:37 +08:00
ce94ff3f6b
Fix UNIX domain socket for xtex.conf
I also changed the permission of the sockets to 0777.
Now it should be working.
srwxrwxrwx  1 xtex          http             0 Sep  3 00:09 xtexblog.sock=
srwxrwxrwx  1 xtex          http             0 Sep  3 00:09 xtexhome.sock=
Sorry for my mistakes
2023-09-03 08:11:14 +08:00
96ed6d7bdf
Wrap proxy_pass stuff in a location / block for xtex.conf 2023-09-02 19:20:23 +00:00
94a223180f
Merge pull request 'Update xtexx.eu.org' (#13) from xtex/nginx:xtex/deploy-xtexx-eu-org into main
Reviewed-on: exozyme/nginx#13
2023-09-02 19:18:43 +00:00
62870b2f0a
Update xtexx.eu.org
- xtexx.eu.org is moving from Vercel to exopages for better experience
  and extensible (e.g. CSP)
  The refactor is also in progress.
  The source code can be found at https://codeberg.org/xtex/home.git
  The server is deployed with podman with a low memory limitation.
  btw, cache-handler sucks.
- blog.xtexx.eu.org is now handled by the same caddy instance for
  xtexx.eu.org.
  The main reason is that, there will be more and more complex rules in
  the future. And I will implement more RFCs (e.g. RFC6415) for this domain.
2023-09-02 19:36:46 +08:00
27d2e328ed
Merge pull request 'refactor: migrate to xtexx.eu.org' (#12) from xtex/nginx:xtex-eu-org-migrate into main
Reviewed-on: exozyme/nginx#12
2023-07-20 14:38:01 +00:00
14cccfb385
refactor: migrate to xtexx.eu.org 2023-07-20 20:43:36 +08:00
6e2381b74c
Update peertube.conf to match upstream 2023-07-16 20:16:39 +00:00
482db51233
Stop PeerTube journal spam by specifying ::1 instead of localhost 2023-07-07 00:55:56 +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
fab570ee50
Update mastodon.conf to match upstream 2023-07-06 14:31:51 +00:00
216daf7a23
Enable symlinks for Nextcloud 2023-06-14 21:20:25 +00:00
e58c22e34a
Format configs 2023-06-12 00:12:49 +00:00
caadf1c3eb
Merge pull request 'add blog.xtexx.ml' (#10) from xtex/nginx:main into main
Reviewed-on: exozyme/nginx#10
2023-06-12 00:12:38 +00:00
cfe3c09e5c
add blog.xtexx.ml 2023-06-12 07:53:08 +08:00
0f29483002
Merge pull request 'Add safetwitch.conf' (#9) from dragongoose/nginx:main into main
Reviewed-on: exozyme/nginx#9
2023-06-07 16:11:56 +00:00
6aa9ddf371
Add safetwitch.conf 2023-06-07 15:49:38 +00:00
b0941d271f
Revert "Enable CGI for exopages using php-fpm"
This reverts commit 52fc0762e8.

CGI has serious security issues since all CGI scripts run as the http user
2023-06-01 16:30:47 +00:00
52fc0762e8
Enable CGI for exopages using php-fpm 2023-06-01 16:22:31 +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
262a9eda64 Merge pull request 'corrected nginx conf' (#8) from nvpie/nginx:main into main
Reviewed-on: exozyme/nginx#8
2023-05-11 14:14:52 +00:00
43b6be1eeb corrected nginx conf
wildcard at root domain not needed
2023-05-11 11:46:21 +00:00
23ecefb89b Merge pull request 'nginx config added for nvpie's site' (#7) from nvpie/nginx:main into main
Reviewed-on: exozyme/nginx#7
2023-05-10 14:34:48 +00:00
2f48a822ae nginx config added for nvpie's site
for neovoid.is-cool.dev domain
2023-05-10 08:35:12 +00:00
6e66d8d5cc Merge pull request 'Add 404 page' (#6) from iacore/nginx:patch-2 into main
Reviewed-on: exozyme/nginx#6
2023-05-10 01:51:32 +00:00
Locria Cyber
67c8eed118
Add 404 page 2023-05-10 01:45:18 +00:00
85af427d7e Merge pull request '(iacore.conf) fix Cache-Control stale' (#5) from iacore/nginx:iacore-patch-1 into main
Reviewed-on: exozyme/nginx#5
2023-04-13 23:50:29 +00:00
Locria Cyber
c090dd6ad2
(iacore.conf) fix Cache-Control stale 2023-04-13 23:43:29 +00:00
e07b0dd49d
Fix typo in iacore.conf 2023-04-13 20:04:46 +00:00
613e03be26 Merge pull request '[iacore.conf] cache resources' (#4) from iacore/nginx:iacore-patch-1 into main
Reviewed-on: exozyme/nginx#4
2023-04-13 20:01:09 +00:00
65ea204f75 [iacore.conf] cache resources
See http://nginx.org/en/docs/http/ngx_http_headers_module.html

I did not add `Expires` to allow re-validation on each request.
2023-04-13 19:42:55 +00:00
06bb8cd846 Update Nextcloud nginx config with latest upstream changes 2023-04-07 01:20:18 +00:00
a43664e61c
Enable WebSockets proxying for exopages 2023-03-28 16:08:47 +00:00
1bc9486ceb
Fix typo in PeerTube conf 2023-01-18 05:37:23 +00:00
1593310a1e
Use 127.0.0.1 for exopages port proxy instead of resolving localhost using dnsmasq 2023-01-18 00:32:13 +00:00
2af129dfd9
Migrate Gitea to Forgejo 2023-01-08 16:20:11 +00:00
412d525078
Update peertube config for 5.0.0 2022-12-26 18:16:34 +00:00
aac3063790
Fix iacore.exozy.me wrong cert error 2022-12-22 17:43:53 +00:00
c28d59f016 Merge pull request 'Add iacore.conf' (#3) from iacore/nginx:main into main
Reviewed-on: exozyme/nginx#3
2022-12-22 16:17:07 +00:00
iacore
de3853a886
Fix iacore.conf 2022-12-22 16:10:59 +00:00
iacore
885052deb6
Add iacore.conf 2022-12-16 19:17:21 +00:00
08fd0d1261
Merge pull request 'Change to wildcard server on karawale.in' (#2) from pranav/nginx:main into main
Reviewed-on: exozyme/nginx#2
2022-10-21 17:41:53 +00:00
7f7a945169
Add apex domain alongside wildcard 2022-10-21 21:25:45 +05:30
8fc73cd196
Change to wildcard server on karawale.in 2022-10-21 19:42:47 +05:30
d1f5e9c10c
Add config for pranav's karawale.in 2022-09-23 14:58:02 +00:00
0b4d89ad50
Remove Jellyfin config 2022-09-08 18:22:14 -05:00