Skip to content

Commit 3e49283

Browse files
committed
Add hesita-nginx nginx.conf to ignore list
1 parent d5d62e5 commit 3e49283

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
# Web templates (for now)
2424
web/templates/
2525

26+
# Hestia Nginx.conf
27+
/src/deb/nginx/nginx.conf
28+
/src/rpm/nginx/nginx.conf
29+
2630
# Email templates
2731
/install/common/templates/email/
2832

src/deb/nginx/nginx.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ http {
9292

9393
# Vhost
9494
server {
95-
#IPV4 listen 8083 ssl;
96-
#IPV6 listen [::]:8083 ssl;
95+
#IPV4 listen 8083 ssl;
96+
#IPV6 listen [::]:8083 ssl;
9797
server_name _;
9898
root /usr/local/hestia/web;
9999
# Fix error "The plain HTTP request was sent to HTTPS port"
@@ -147,4 +147,4 @@ http {
147147
break ;
148148
}
149149
}
150-
}
150+
}

0 commit comments

Comments
 (0)