Browse Source

dist

master
zeus 3 years ago
parent
commit
f1a66c7656
  1. 1
      .gitignore
  2. 2
      nginx/swarmlab-stats-proxy-server.conf

1
.gitignore

@ -1,7 +1,6 @@
.DS_Store
node_modules
vimsession
/dist
swarmlabdoc.js
swarmlabdoc.asciidoc_config

2
nginx/swarmlab-stats-proxy-server.conf

@ -50,7 +50,7 @@ server {
# }
location / {
index index.$geo.html index.htm index.html;
index index.html;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header Host $http_host;

Loading…
Cancel
Save