mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Fix issue where pi thinks it should use ipv6 localhost (#209)
This commit is contained in:
parent
795286f4c4
commit
62f6c8d948
@ -2,7 +2,7 @@
|
||||
# Simple proxy_pass for RaSCSI-web
|
||||
server {
|
||||
location / {
|
||||
proxy_pass http://localhost:8080;
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
}
|
||||
|
||||
# Large files
|
||||
|
Loading…
Reference in New Issue
Block a user