Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 20 351
» Latest member: justin
» Forum threads: 3 756
» Forum posts: 22 895
Full Statistics
|
Online Users |
There are currently 112 online users. » 0 Member(s) | 112 Guest(s)
|
Latest Threads |
Sentora v2.0 open beta re...
Forum: Sentora v2.0.0 Beta Testing
Last Post: justin
Yesterday, 10:53 AM
» Replies: 3
» Views: 2 754
|
v2.0.0 Closed Beta testin...
Forum: Sentora v2.0.0 Beta Testing
Last Post: zustudios
06-23-2022, 09:43 AM
» Replies: 4
» Views: 4 277
|
Email has stopped coming ...
Forum: General Support Forum v1.0.x
Last Post: fearworks
06-21-2022, 12:05 PM
» Replies: 3
» Views: 303
|
Email has suddenly stoppe...
Forum: Email Support v1.0.x
Last Post: fearworks
06-20-2022, 10:51 PM
» Replies: 3
» Views: 434
|
Happy New Year! Open Beta...
Forum: Sentora Announcements
Last Post: johnk42
06-20-2022, 04:10 AM
» Replies: 4
» Views: 4 399
|
Installed Modules
Forum: Sentora v2.0.0 Beta Testing
Last Post: Jettaman
05-20-2022, 02:22 PM
» Replies: 1
» Views: 593
|
Services
Forum: Sentora v2.0.0 Beta Testing
Last Post: Nigel
05-18-2022, 09:31 AM
» Replies: 4
» Views: 776
|
Server Crash
Forum: General Support Forum v1.0.x
Last Post: Nigel
05-18-2022, 09:26 AM
» Replies: 3
» Views: 2 003
|
Nigel's Repo
Forum: 3rd Party Module Support v1.0.x
Last Post: Nigel
05-02-2022, 02:14 PM
» Replies: 0
» Views: 337
|
Sit-rep for Sentora v2.0
Forum: Sentora Announcements
Last Post: franmm25
04-27-2022, 12:15 PM
» Replies: 21
» Views: 21 670
|
|
|
Nginx > Varnish > Apache |
Posted by: mohamadcom - 01-28-2018, 11:47 PM - Forum: General Discussions (Non-Support Related)
- Replies (4)
|
 |
hello,
I successfully install Nginx & Varnish and link redirect to Apache ..
Now in my server:
For HTTP
Nginx is listen to 80 and redirect to 8083
Varnish is listen to 8083 and redirect to 8081
Apache listen to 8081
this work very will on port 80
but my problem is in port 443 how I can do it :/
I mean:
Nginx listen to 443 and redirect to 8083
Varnish listen to 8083 and redirect to 8081
Apache listen to 8081
my Nginx configuration file is:
user nginx;
worker_processes 2; #this number should be as same as your CPU core
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
events {
worker_connections 1024; #this number indicates the connections, may be larger for large server
}
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /var/log/nginx/access.log main;
sendfile on;
keepalive_timeout 65;
gzip on;
gzip_min_length 1100;
gzip_buffers 4 32k;
gzip_types text/plain application/x-javascript text/xml text/css;
gzip_vary on;
server {
listen 80 default_server;
listen 443;
location / {
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:8083;
}
location ~ /\.ht {
deny all;
}
}
}
------------
this file work for port 80 but not work for 443
thanks
|
|
|
Ideas for better word of mouth for sentora |
Posted by: testing - 11-17-2017, 11:14 PM - Forum: General Discussions (Non-Support Related)
- No Replies
|
 |
I see that we have a premium service for faster support so that earned money could be used for sentora development. But in the reality it sounds like almost no one is using it up seeing the current threads.
To improve sentora funds and name, we can provide services such as installation of SSL, installation of Sentora itself, minor correction. Like asking, we can install sentora for you for $5 dollars or something so that users will feel like if there will some issue on their site they can get fast help from sentora team. I know $5 dollar isn't much but it's better to have some funds so that non-active team member might plan to help it move forward or may be new active members can come to help it grow. I also know many people offer services on fiverr but it helps the fiverr gig person, not the sentora, and to keep sentora alive for better development, we need to show users we can get better services, support and provide faster help for them.
Also, more member or users means more name spreading for sentora and more funds, if we solve their minor issues as soon as possible. For sure, who doesn't want paid services, can take help in forum itself but in my humble opinion it would be good thing to do.
|
|
|
Thank you! |
Posted by: nark - 11-10-2017, 09:47 AM - Forum: General Discussions (Non-Support Related)
- Replies (1)
|
 |
Hi!
I am using Sentora for 2 weeks now and I am amased by how it works and by all the plugins and the involvement of the developers.
I want to support this project as it is free and it got my job done really fast (my host provider ended it's services and had to setup my own hosting in 12 hours and migrating 200gb+ of mail and websites, dns's and all works flawlessly!
So, how can I support this project? How can I donate?
I encourage everyone who benefit from sentora half as much as I did to do so!
Thank you and keep up the wonderful work that you do!
|
|
|
|