cleanup
This commit is contained in:
parent
743700fe25
commit
305afc0d72
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
#
|
#
|
||||||
# this is the nginx config for zammad
|
# this is the nginx config for zammad
|
||||||
# link this file in your /etc/nginx/sites-enabled via symlink
|
|
||||||
# (ln -s /opt/zammad/nginx/sites-available/zammad.conf /etc/nginx/sites-enabled/zammad.conf)
|
|
||||||
#
|
#
|
||||||
|
|
||||||
upstream zammad {
|
upstream zammad {
|
||||||
|
@ -14,7 +12,9 @@ upstream zammad-websocket {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
root /opt/zammad/public;
|
root /opt/zammad/public;
|
||||||
|
|
||||||
access_log /var/log/nginx/zammad.access.log;
|
access_log /var/log/nginx/zammad.access.log;
|
||||||
|
|
Loading…
Reference in a new issue