mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'master' of https://gitlab.com/litecord/litecord
This commit is contained in:
commit
d050d3b025
|
|
@ -7,7 +7,7 @@ server {
|
|||
server_name example.tld;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:5000;
|
||||
proxy_pass http://localhost:8000;
|
||||
}
|
||||
|
||||
# if you're hosting a custom index page while keeping
|
||||
|
|
@ -15,15 +15,15 @@ server {
|
|||
# it too.
|
||||
|
||||
# location /api {
|
||||
# proxy_pass http://localhost:5000;
|
||||
# proxy_pass http://localhost:8000;
|
||||
# }
|
||||
#
|
||||
# location /.well-known {
|
||||
# proxy_pass http://localhost:5000;
|
||||
# proxy_pass http://localhost:8000;
|
||||
# }
|
||||
#
|
||||
# location /nodeinfo {
|
||||
# proxy_pass http://localhost:5000;
|
||||
# proxy_pass http://localhost:8000;
|
||||
# }
|
||||
|
||||
# if you don't want to keep the gateway
|
||||
|
|
|
|||
Loading…
Reference in New Issue