env workaround for static build
This commit is contained in:
parent
9f94ef83ba
commit
6ff7122844
4 changed files with 49 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
location / {
|
||||
index index.html index.htm;
|
||||
index redirect.html index.html index.htm;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue