Search found 8 matches
- Mon Aug 10, 2020 8:56 pm
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
Re: vesta-nginx source code?
Yes, specially considering that both HestiaCP and MyVesta have build scripts showing how _they_ build their versions of hestia-nginx/vesta-nginx by downloading Ngninx source and then building from them: https://github.com/hestiacp/hestiacp/blob/main/src/hst_autocompile.sh https://github.com/myvesta/...
- Sun Aug 09, 2020 11:26 pm
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
Re: vesta-nginx source code?
Perhaps you can tell me what I am missing.
I did extract that the contents of the package. I couldn't find any makefile or and C or CPP files.
I did extract that the contents of the package. I couldn't find any makefile or and C or CPP files.
- Sun Aug 09, 2020 1:09 am
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
Re: vesta-nginx source code?
Looks like just a binary to me again...
Inside the file there is just vesta-nginx as a binary at: vesta-nginx-0.9.8-26.x86_64.cpio/./usr/local/vesta/nginx/sbin/
Inside the file there is just vesta-nginx as a binary at: vesta-nginx-0.9.8-26.x86_64.cpio/./usr/local/vesta/nginx/sbin/
- Sat Aug 08, 2020 1:17 am
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
- Fri Aug 07, 2020 1:41 am
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
Re: vesta-nginx source code?
If vesta-nginx is compiled to load the configuration from /usr/local/vesta/nginx/conf/nginx.conf, how is it also loading the configuration from /etc/nginx/nginx.conf? Or are there two separate copies of nginx running? And if there are two separate copies, why not just use one copy and run it twice: ...
- Fri Aug 07, 2020 12:01 am
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
Re: vesta-nginx source code?
Yes, I know about that. But that only changes one path. How is it managing two paths?
- Thu Aug 06, 2020 9:52 pm
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
Re: vesta-nginx source code?
I wanted to see how it knows to load the nginx configuration files from /usr/local/vesta/nginx/conf/ as well as the standard /etc/nginx/nginx.conf. @grayfolk: Are you saying that regular nginx knows to load configuration from /usr/local/vesta/nginx/conf/nginx.conf before the standard /etc/nginx/ngin...
- Wed Aug 05, 2020 10:30 pm
- Forum: Web Server
- Topic: vesta-nginx source code?
- Replies: 19
- Views: 27162
vesta-nginx source code?
My understanding is that Vesta is Open Source. I'm trying to find the source code for vesta-nginx that is found at /usr/local/vesta/nginx/sbin/. I tried looking at the other repositories owned by serghey-rodin, but these were all that I found: vesta rainloop-webmail roundcubemail Is there another pl...