From 970694451505a22b056f4501b1489a9ccc08f2d8 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sat, 9 Jun 2018 22:41:00 +0400 Subject: [PATCH] fix ports --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ea20ef6..e5b11f2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ # Server Settings spring.main.banner-mode=off -server.port=8443 -server.http.port=8080 +server.port=443 +server.http.port=80 spring.http.multipart.maxFileSize=20MB spring.http.multipart.maxRequestSize=20MB # Thymeleaf Settings