update url
This commit is contained in:
parent
e033778c40
commit
e5f4632848
@ -1,3 +1,9 @@
|
||||
# My Gemini capsule
|
||||
|
||||
##
|
||||
- `gemini://` - [link](gemini://a2s.su)
|
||||
- `http://` - [link](https://gemini.a2s.su)
|
||||
|
||||
## Using Software
|
||||
* Server: [agate](https://github.com/mbrubeck/agate)
|
||||
* HTTP proxy: [kineto](https://git.sr.ht/~sircmpwn/kineto)
|
||||
|
@ -3,10 +3,10 @@ server {
|
||||
listen [::]:80;
|
||||
|
||||
listen 443 ssl;
|
||||
ssl_certificate /home/alex/_certbot/config/live/gemini.iiiypuk.me/fullchain.pem;
|
||||
ssl_certificate_key /home/alex/_certbot/config/live/gemini.iiiypuk.me/privkey.pem;
|
||||
ssl_certificate /home/alex/_certbot/config/live/gemini.a2s.su/fullchain.pem;
|
||||
ssl_certificate_key /home/alex/_certbot/config/live/gemini.a2s.su/privkey.pem;
|
||||
|
||||
server_name gemini.iiiypuk.me;
|
||||
server_name gemini.a2s.su;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
./.bin/kineto -b 127.0.0.1:8080 \
|
||||
-e /assets/styles.css \
|
||||
gemini://iiiypuk.me
|
||||
gemini://a2s.su
|
||||
|
@ -6,5 +6,5 @@
|
||||
--content ./public/ \
|
||||
--addr [::]:1965 \
|
||||
--addr 0.0.0.0:1965 \
|
||||
--hostname iiiypuk.me \
|
||||
--lang en-US
|
||||
--hostname a2s.su \
|
||||
--lang ru-RU
|
||||
|
Loading…
Reference in New Issue
Block a user