@@ -23,6 +23,10 @@
# Web templates (for now)
web/templates/
+# Hestia Nginx.conf
+/src/deb/nginx/nginx.conf
+/src/rpm/nginx/nginx.conf
+
# Email templates
/install/common/templates/email/
@@ -92,8 +92,8 @@ http {
# Vhost
server {
- #IPV4 listen 8083 ssl;
- #IPV6 listen [::]:8083 ssl;
+#IPV4 listen 8083 ssl;
+#IPV6 listen [::]:8083 ssl;
server_name _;
root /usr/local/hestia/web;
# Fix error "The plain HTTP request was sent to HTTPS port"
@@ -147,4 +147,4 @@ http {
break ;
}
-}
+}