Update services/nginx/docker/nginx.conf.d/lms.lan.conf
All checks were successful
Portainer stack nginx / deploy (push) Successful in 2s
All checks were successful
Portainer stack nginx / deploy (push) Successful in 2s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
server_name lms.lan;
|
server_name lms.lan music.lan;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://lms-lms-1:9002/;
|
proxy_pass http://lms-lms-1:9002/;
|
||||||
|
|||||||
Reference in New Issue
Block a user