summary refs log tree commit diff
path: root/www.starfall.systems
diff options
context:
space:
mode:
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;
-	}
 }