Wiki page nginx changed with summary [swapped config and start] by Daniel

This commit is contained in:
ORG-wiki 2022-05-30 19:16:23 +12:00
parent d4ab50c349
commit f7e9f85655

View file

@ -8,12 +8,6 @@ nginx (pronounced "engine X"), is a free, open-source, high-performance HTTP ser
pacman -S nginx
</code>
===== Start =====
<code>
systemctl enable --now nginx.service
</code>
===== Configuration =====
<code>
@ -53,4 +47,10 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
</code>
===== Start =====
<code>
systemctl enable --now nginx.service
</code>