Skip to content

Commit 4f6d03a

Browse files
authored
Update new_domain.j2
The Template Was a bit old and doesnt work with new nginx
1 parent 82cd91c commit 4f6d03a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/templates/new_domain.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
1+
server {
22
listen 80;
3-
server_name {{ name }},
4-
access_log logs/{{ name }}.access.log main;
3+
server_name {{ name }};
4+
access_log logs/{{ name }}.access.log;
55

66
location / {
77
proxy_pass http://127.0.0.1:8080;
88
}
99

10-
}
10+
}

0 commit comments

Comments
 (0)