Skip to content

Commit

Permalink
FIX build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Nov 22, 2024
1 parent 4743c91 commit fd174ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx_copy.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server {
listen 80; # Nginx escucha en el puerto 80, expuesto al host

server_name localhost; # O puedes especificar tu dominio si es necesario
server_name test2.openebench.bsc.es; # O puedes especificar tu dominio si es necesario

location / {
proxy_pass http://localhost:3000; # Aquí hacemos el proxy hacia el puerto 3000 dentro del contenedor
Expand Down

0 comments on commit fd174ae

Please sign in to comment.