summary refs log tree commit diff
path: root/www.starfall.systems
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2024-07-02 19:36:56 -0500
committerStarfall <us@starfall.systems>2024-07-02 19:36:56 -0500
commit5c2c6d60c949b6912c42230d594b0ab20b210ac5 (patch)
tree1f3ab5a0b97e73085c41c220e0bb46c48ea49d27 /www.starfall.systems
parent9164a7cf49c59918c56fb0067897eacd943df6f1 (diff)
update publish.sh
Diffstat (limited to 'www.starfall.systems')
-rw-r--r--www.starfall.systems6
1 files changed, 1 insertions, 5 deletions
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;
-	}
 }