From 83f7fe4b8402bab171d110703a1b1115efbc9b28 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 14 Apr 2026 22:32:43 +0200 Subject: cleaned up many scrits and deleted some that were of no use; renamed a lot --- .../public/nginx/etc-nginx/sites-enabled/labunix-i2p.conf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 straper/db/public/nginx/etc-nginx/sites-enabled/labunix-i2p.conf (limited to 'straper/db/public/nginx/etc-nginx/sites-enabled/labunix-i2p.conf') diff --git a/straper/db/public/nginx/etc-nginx/sites-enabled/labunix-i2p.conf b/straper/db/public/nginx/etc-nginx/sites-enabled/labunix-i2p.conf deleted file mode 100644 index 9c9ab7e..0000000 --- a/straper/db/public/nginx/etc-nginx/sites-enabled/labunix-i2p.conf +++ /dev/null @@ -1,15 +0,0 @@ -server { - listen 127.0.0.1:8089; - listen [::1]:8089; - server_name _; - - root /srv/www/labunix/public; - index index.html; - - access_log /var/log/nginx/labunix-i2p.access.log; - error_log /var/log/nginx/labunix-i2p.error.log; - - location / { - try_files $uri $uri/ =404; - } -} -- cgit v1.3