# 22_froxlor_normal_vhost_internetmachines.net.conf
# Created 17.04.2013 21:05
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
server {
listen 1.2.3.4:80;
server_name internetmachines.net *.internetmachines.net;
access_log /var/customers/logs/im1-access.log combined;
...
I am running Froxlor on the same machine as a Drupal package called BOA (http://drupal.org/project/boa). BOA does all sorts of things to the system, including adding its own style of nginx configuration.
Froxlor and BOA don't work together. Nginx doesn't like something - possibly duplicate directives.
Question
planetlarg
I want to play with nginx directives in the config templates. Where are the template files that are used to create web server virtual hosts?
eg. /etc/nginx/sites-enabled/22_froxlor_normal_vhost_internetmachines.net.conf
I am running Froxlor on the same machine as a Drupal package called BOA (http://drupal.org/project/boa). BOA does all sorts of things to the system, including adding its own style of nginx configuration.
Froxlor and BOA don't work together. Nginx doesn't like something - possibly duplicate directives.
Great to see work going ahead here.
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.