This commit is contained in:
romantarkin 2025-07-22 17:17:59 +05:00
parent 0d22debf40
commit a814ee318b
6 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ auth-service/node_modules
mail-service/node_modules
letsencrypt
mysql_data
data/database.sqlite
data/database.sqlite
data/logs

View File

@ -1 +0,0 @@
[22/Jul/2025:10:44:08 +0000] 400 - GET http localhost "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-"

View File

@ -11,7 +11,7 @@ map $scheme $hsts_header {
server {
set $forward_scheme http;
set $server "client";
set $port 80;
set $port 3000;
listen 80;
listen [::]:80;