mirror of
https://github.com/akuker/RASCSI.git
synced 2025-02-19 08:31:27 +00:00
Update nginx-default.conf (#241)
Update nginx-default.conf to enable the web ui via IPv6
This commit is contained in:
parent
9795c553be
commit
b92a762acc
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* @akuker @erichelgeson
|
@ -1,6 +1,9 @@
|
|||||||
# /etc/nginx/sites-available/default
|
# /etc/nginx/sites-available/default
|
||||||
# Simple proxy_pass for RaSCSI-web
|
# Simple proxy_pass for RaSCSI-web
|
||||||
server {
|
server {
|
||||||
|
listen [::]:80 default_server;
|
||||||
|
listen 80 default_server;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8080;
|
proxy_pass http://127.0.0.1:8080;
|
||||||
}
|
}
|
||||||
@ -15,4 +18,4 @@ server {
|
|||||||
location = /502.html {
|
location = /502.html {
|
||||||
root /var/www/html/;
|
root /var/www/html/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user