From 3dd6e156489f9dbc294fcf092df0b88125c3327a Mon Sep 17 00:00:00 2001 From: henridb <henridb@stud.ntnu.no> Date: Fri, 3 May 2024 08:53:57 +0200 Subject: [PATCH] fix: fix 22 --- web/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/nginx.conf b/web/nginx.conf index bcefea1..f6b7683 100644 --- a/web/nginx.conf +++ b/web/nginx.conf @@ -11,7 +11,7 @@ http { include /etc/nginx/mime.types; server { - listen 5173; + listen 80; server_name localhost; location / { -- GitLab