1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Update nginx.conf

This commit is contained in:
Thomas 2023-03-02 10:11:56 +01:00 committed by GitHub
parent d1c8d5714d
commit b89d710d67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,4 @@ location __PATH__/ {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /images/ {
alias __INSTALL_DIR__/images/;
}
location /static/ {
alias __INSTALL_DIR__/static/;
}