Skip to content

Commit

Permalink
fix: use port 8000 instead of 80
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Mar 27, 2024
1 parent 0acde12 commit cac0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 9.0/templates/nginx.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ http {
{{ $odoo_longpolling_port := getenv "NGX_ODOO_LONGPOLLING_PORT" }}
# Configuration for the server
server {
listen 80 default;
listen 8000 default;

client_max_body_size 1G;

Expand Down

0 comments on commit cac0852

Please sign in to comment.