f2d90b38 commited on
Commit
49b9acd
·
verified ·
1 Parent(s): 0fe5e35

Upload 4 files

Browse files
Files changed (1) hide show
  1. nginx.conf.template +2 -0
nginx.conf.template CHANGED
@@ -1,6 +1,8 @@
1
  server {
2
  listen ${PORT};
3
  server_name _;
 
 
4
 
5
  root /usr/share/nginx/html;
6
  index index.html;
 
1
  server {
2
  listen ${PORT};
3
  server_name _;
4
+ absolute_redirect off;
5
+ port_in_redirect off;
6
 
7
  root /usr/share/nginx/html;
8
  index index.html;