Skip to content

Commit cac0852

Browse files
committed
fix: use port 8000 instead of 80
1 parent 0acde12 commit cac0852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 9.0/templates/nginx.conf.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ http {
9595
{{ $odoo_longpolling_port := getenv "NGX_ODOO_LONGPOLLING_PORT" }}
9696
# Configuration for the server
9797
server {
98-
listen 80 default;
98+
listen 8000 default;
9999

100100
client_max_body_size 1G;
101101

0 commit comments

Comments
 (0)