mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-23 08:31:05 +00:00
Merge branch 'develop' into fix_uploads
This commit is contained in:
commit
479df419d2
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user