Commit d0383851 authored by philippeoz's avatar philippeoz

definindo server-name

parent fa4925cd
...@@ -19,6 +19,6 @@ server { ...@@ -19,6 +19,6 @@ server {
proxy_pass http://web/; proxy_pass http://web/;
} }
listen 8000; listen 8000;
server_name localhost; server_name www.diariodigital.pege.com.br diariodigital.pege.com.br;
client_max_body_size 20M; client_max_body_size 20M;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment