Upload 4 files
Browse files- 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;
|