Search found 4 matches
- Wed Feb 17, 2016 10:32 pm
- Forum: General Discussion
- Topic: Hosting web template not found
- Replies: 0
- Views: 2063
Hosting web template not found
I have Vesta installed with Nginx and PHP-FPM instead of Apache and I can't find the hosting/caching/force-https templates mentioned in the documentation. Instead I find all these templates: http://i.imgur.com/NpeGdwU.png I need to create virtual hosts using the hosting template. How can I do this? ...
- Wed Feb 17, 2016 12:11 am
- Forum: Web Interface
- Topic: File Manager multiple file compress issues
- Replies: 1
- Views: 3924
File Manager multiple file compress issues
I have just purchased both the SFTP Chroot and the File Manager plugins and I am extremely happy with the first one but not so much with the File Manager. I believe that, for $50 or $3/month, a file manager should have much more features. For example, a text/code editor. Edit: Just noticed it does i...
- Tue Feb 16, 2016 11:28 pm
- Forum: Web Server
- Topic: Nginx directory configuration
- Replies: 2
- Views: 3273
Re: Nginx directory configuration
That file does not exist. I suppose that include is meant for us to do exactly what I need without messing with Vesta config files?
It will work just fine. Hope the file is never replaced.
It will work just fine. Hope the file is never replaced.
- Tue Feb 16, 2016 9:24 pm
- Forum: Web Server
- Topic: Nginx directory configuration
- Replies: 2
- Views: 3273
Nginx directory configuration
I use some PHP Frameworks that require custom Nginx configurations. In Phalcon PHP Framework I need to change the root to the public directory and also add: location / { try_files $uri $uri/ /index.php?_url=$uri&$args; } to the server section in the website .conf file. What is the best way to accomp...