Inici > Tag 1 > requeriments per tal
requeriments per tal
diumenge 24 d’agost de 2025, per
Nginx¶
Install nginx, if not already done:
doas apk add nginx
Copy the example nginx configuration to the nginx folder
doas cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/conf.d/akkoma.conf
Before starting nginx edit the configuration and change it to your needs. You must change change server_name. You can use nano (install with apk add nano if missing).
Enable and start nginx:
doas rc-update add nginx
doas rc-service nginx start