Merge pull request 'Update root path for kosmos website' (#419) from chore/new_website into master
Reviewed-on: #419
This commit is contained in:
commit
3fb3fd0f11
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user