Skip to content

Commit

Permalink
Testing server routes
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Dec 2, 2024
1 parent b7c18b4 commit c5e6949
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 test2.openebench.bsc.es; # O puedes especificar tu dominio si es necesario
server_name test2.openebench.bsc.es; # O puedes especificar tu dominio si es necesario

# Directorio de los archivos estáticos generados por Nuxt
root /app/.output/public;
Expand Down

0 comments on commit c5e6949

Please sign in to comment.