We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d62e5 commit 3e49283Copy full SHA for 3e49283
.prettierignore
@@ -23,6 +23,10 @@
23
# Web templates (for now)
24
web/templates/
25
26
+# Hestia Nginx.conf
27
+/src/deb/nginx/nginx.conf
28
+/src/rpm/nginx/nginx.conf
29
+
30
# Email templates
31
/install/common/templates/email/
32
src/deb/nginx/nginx.conf
@@ -92,8 +92,8 @@ http {
92
93
# Vhost
94
server {
95
- #IPV4 listen 8083 ssl;
96
- #IPV6 listen [::]:8083 ssl;
+#IPV4 listen 8083 ssl;
+#IPV6 listen [::]:8083 ssl;
97
server_name _;
98
root /usr/local/hestia/web;
99
# Fix error "The plain HTTP request was sent to HTTPS port"
@@ -147,4 +147,4 @@ http {
147
break ;
148
}
149
150
-}
+}
0 commit comments