Posts

Showing posts with the label Nginx

Errors NGINX, DHCP, boot, NTPD, NTPDATE random errors with repairs December 14, 2023

Errors NGINX,  DHCP, boot, NTPD, NTPDATE   random errors with repairs.   updated December 14, 2023 edit /boot/loader.conf file  ifconfig_genet0="D CH P"    DCHP does not work  DHCP does work su - mkdir -p /var/log/nginx Need a directory to create and save nginx configuration files, on the Development Workstation. NTPD,  NTPDATE   ntpd -q -g       or How to update, when clock is years off kilter, time?

Install and Setup NGINX web server on FreeBSD 15.0 aarch64 running on Raspberry Pi

Install and Setup NGINX web server on FreeBSD 15.0 aarch64 running on Raspberry Pi https://vermaden.wordpress.com/2023/04/30/simple-freebsd-poudriere-harvester-guide/ Used the NGINX setup for nginx.conf configuration file   https://vermaden.wordpress.com/2023/08/10/freebsd-on-freeipa-idm-with-poudriere-repo/ Perused this newer custom version August 10, 2023 version https://www.digitalocean.com/community/tutorials/how-to-set-up-a-poudriere-build-system-to-create-packages-for-your-freebsd-servers   Digital Ocean is a good easy start to setting up Poudriere builder.  I started with this first. https://lobste.rs/s/4q9wfy/simple_freebsd_poudriere_harvester   Discussion between ADavis and Vermaden about poudriere setup and use to build packages. https://forums.freebsd.org/threads/questions-about-poudriere-and-ccache.69328/ SevenDogs  setup of CCACHE and TMPFS to decrease build times.  Good Reading https://www.zenarmor.com/docs/freebsd-tutorials/how-to-install-pac...