Skip to content

Commit 3cb6bf6

Browse files
committed
fix: enable absolute and port redirection settings in Nginx configuration
1 parent acecc2f commit 3cb6bf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/nginx-effects.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
server {
22
listen 4173;
33
server_name _;
4+
absolute_redirect off;
5+
port_in_redirect off;
46

57
root /usr/share/nginx/html;
68

0 commit comments

Comments
 (0)