Connect assets to nginx
This commit is contained in:
@@ -390,6 +390,9 @@ http {
|
||||
}
|
||||
|
||||
location /change {
|
||||
|
||||
alias "/var/www/html/change";
|
||||
try_files $uri /change/index.html;
|
||||
|
||||
# Set proxy headers
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user