docs: update branch URLs, update install instructions

This commit is contained in:
Alex Gleason
2023-09-18 15:45:41 -05:00
parent f5fdccd0d9
commit ab88c44fa9
10 changed files with 20 additions and 25 deletions

View File

@ -33,7 +33,7 @@ server {
listen 80;
listen [::]:80;
server_name example.com;
root /opt/soapbox/static;
root /opt/soapbox;
location /.well-known/acme-challenge/ { allow all; }
location / { return 301 https://$host$request_uri; }
}
@ -58,7 +58,7 @@ server {
sendfile on;
client_max_body_size 80m;
root /opt/soapbox/static;
root /opt/soapbox;
gzip on;
gzip_disable "msie6";