Skip to content

Commit

Permalink
port_in_redirect off;
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Jul 18, 2024
1 parent 2e0b5b6 commit 393a0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ http {
resolver 127.0.0.11;
autoindex off;
absolute_redirect off;
port_in_redirect off;

server_name _;
server_tokens off;
Expand All @@ -39,7 +40,6 @@ http {

# Serve static files
location /documentation {
proxy_redirect off;
alias /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /404.html;
Expand Down

0 comments on commit 393a0e5

Please sign in to comment.