Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 226 Bytes

INSTALL.md

File metadata and controls

19 lines (13 loc) · 226 Bytes

Install

Arch Linux

sudo pacman -S nginx nginx-mod-headers-more

Ubuntu

sudo apt install nginx libnginx-mod-http-headers-more-filter

Start

systemctl enable --now nginx.service