Update root path for kosmos website

This commit is contained in:
Basti 2022-07-11 13:31:31 +02:00
parent 7de33b4e94
commit 562da400e3
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -6,7 +6,7 @@ server {
listen [::]:443 ssl http2;
server_name <%= @domain %>;
root /var/www/<%= @domain %>/site;
root /var/www/<%= @domain %>/site/public;
access_log off;
gzip_static on;