Skip to content

Commit

Permalink
modularized fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Szekeres Bálint committed Jan 27, 2019
1 parent aab5f95 commit 0eb9a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/templates/conf/nginx.conf.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@

# load configs
include /etc/nginx/conf.d/*.conf;<span ng-if="isModularized()">
include /etc/nginx/sites-enabled/*;</span><span ng-if="isUnified()">
include /etc/nginx/sites-enabled/*;</span><span ng-if="isUnified()" ng-repeat="(_site, _domain) in getDomains() track by $index">

# {{ !data.non_www ? 'www.' : '' }}{{ getDomain() }}
# {{ isWWW(_site) ? 'www.' : '' }}{{ _domain }}
<ng-include ng-include-tabs="1" src="'templates/conf/sites-available/example.com.conf.html?v=COMMIT_HASH'" sonload="refreshHighlighting()"></ng-include></span>
}

0 comments on commit 0eb9a56

Please sign in to comment.