diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-06 17:46:15 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-06 17:46:15 +0100 |
commit | ebb34ca32be4007bb17ad32ae68c5f43b228371d (patch) | |
tree | 0a52d200427e9d47b604b431f9328813d6e0183f | |
parent | 5c99975b8c0de2950c71dc053c986b2a3f84abab (diff) |
change nginx for new path
-rw-r--r-- | nginx-conf/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index 0156c52..ff22800 100644 --- a/nginx-conf/nginx.conf +++ b/nginx-conf/nginx.conf @@ -20,7 +20,7 @@ http { } location /static/ { - alias /data/static/; + alias /usr/share/nginx/html/static; } } |