ulyc 9e11243e13 🐛: fix proto | преди 2 години | |
---|---|---|
.. | ||
http.d | преди 2 години | |
LICENSE | преди 2 години | |
README.md | преди 2 години | |
fastcgi.conf | преди 2 години | |
fastcgi_params | преди 2 години | |
graphql.conf | преди 2 години | |
headers.conf | преди 2 години | |
koi-utf | преди 2 години | |
koi-win | преди 2 години | |
mime.types | преди 2 години | |
nginx.conf | преди 2 години | |
port443.conf | преди 2 години | |
port80.conf | преди 2 години | |
proxy_params | преди 2 години | |
robots.txt | преди 2 години | |
scgi_params | преди 2 години | |
sourcehut.conf | преди 2 години | |
uwsgi_params | преди 2 години | |
web.conf | преди 2 години | |
win-utf | преди 2 години |
This is the nginx configuration files used by sr.ht in production. They are
designed to run on an Alpine Linux system using the official sourcehut Alpine
packages. You may use them on your own servers, but your mileage may vary.
Install the -nginx package (e.g. git.sr.ht-nginx) to pull in these files, then
edit /etc/nginx/domains.conf
(and /etc/nginx/nginx.conf
, if necessary) to
suit your particular installation.
You should also write your own file, *-ssl.conf (e.g.
/etc/nginx/builds-ssl.conf
), which configures the SSL certificate, like so:
ssl_certificate /etc/ssl/uacme/builds.sr.ht/cert.pem;
ssl_certificate_key /etc/ssl/uacme/private/builds.sr.ht/key.pem;
This is annoying. You can thank the nginx devs.