Files
n_os_tr/scratch/nginx.sh
Laan Tungir 6e2164abe5 [WARNING] No existing semantic tags found. Starting from v0.0.0
v0.0.1 - Reorganize ISO build tree, add docs/plans/scripts, and stage Phase 2 Slice B+C service integration artifacts
2026-04-29 13:09:28 -04:00

10 lines
230 B
Bash

#!/bin/bash
mkdir ~/Nginx;
ln -s /var/www/ ~/Nginx/www
ln -s /etc/nginx/nginx.conf ~/Nginx/nginx.conf
ln -s /etc/nginx/sites-available ~/Nginx/sites-available
ln -s /etc/nginx/sites-enabled ~/Nginx/sites-enabled
mkdir ~/Strfry;