diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 18:46:05 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 18:46:05 -0500 |
| commit | 6783d54468506e8d42a60554855b2aee124f1f24 (patch) | |
| tree | c657b92185d60d0c3a10d98651cf60f99809c584 /linux | |
| parent | fd10a8a033e1e1c5d016968c2fbd296ec6ae1656 (diff) | |
| download | dotfiles-6783d54468506e8d42a60554855b2aee124f1f24.tar.gz dotfiles-6783d54468506e8d42a60554855b2aee124f1f24.tar.bz2 dotfiles-6783d54468506e8d42a60554855b2aee124f1f24.zip | |
fix krz.sh.conf
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/nginx/etc/nginx/conf.d/krz.sh.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/nginx/etc/nginx/conf.d/krz.sh.conf b/linux/nginx/etc/nginx/conf.d/krz.sh.conf new file mode 100644 index 0000000..eaf9900 --- /dev/null +++ b/linux/nginx/etc/nginx/conf.d/krz.sh.conf @@ -0,0 +1,8 @@ +server { + listen 10047; + server_name krz.sh; + root /var/www/krz.sh/; + absolute_redirect off; + include custom.d/basic.conf; + location / { try_files $uri $uri/ =404; } +} |
