Update root path for kosmos website
This commit is contained in:
parent
7de33b4e94
commit
562da400e3
@ -6,7 +6,7 @@ server {
|
|||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name <%= @domain %>;
|
server_name <%= @domain %>;
|
||||||
|
|
||||||
root /var/www/<%= @domain %>/site;
|
root /var/www/<%= @domain %>/site/public;
|
||||||
|
|
||||||
access_log off;
|
access_log off;
|
||||||
gzip_static on;
|
gzip_static on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user