Connect assets to nginx

This commit is contained in:
2024-12-30 12:14:53 +00:00
parent 056336ce79
commit cdd316d232
2 changed files with 11 additions and 0 deletions

View File

@@ -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;