From 5c2c6d60c949b6912c42230d594b0ab20b210ac5 Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 2 Jul 2024 19:36:56 -0500 Subject: update publish.sh --- www.starfall.systems | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'www.starfall.systems') diff --git a/www.starfall.systems b/www.starfall.systems index bf2edab..e99414b 100644 --- a/www.starfall.systems +++ b/www.starfall.systems @@ -21,10 +21,6 @@ server { server_name starfall.systems; include /etc/nginx/snippets/ssl.conf; - root /srv/starfall.systems/html; + root /srv/starfall.systems; try_files $uri $uri/index.html $uri.html =404; - - location ~ ^/(css/img/js/files)/ { - root /srv/starfall.systems; - } } -- cgit