mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2025-01-09 19:42:38 +01:00
Fix nginx config
This commit is contained in:
parent
9c2d2b365f
commit
476314fe38
@ -24,7 +24,7 @@ server {
|
|||||||
autoindex on;
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/$ {
|
location / {
|
||||||
root /var/www/html/;
|
root /var/www/html/;
|
||||||
proxy_pass http://{{ host }}:{{ port }};
|
proxy_pass http://{{ host }}:{{ port }};
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
Loading…
Reference in New Issue
Block a user