39206.house-gdc.conf 225 B

1234567891011
  1. server {
  2. listen 39206;
  3. listen [::]:39206;
  4. server_name localhost;
  5. location / {
  6. root /app/house-gdc/dist;
  7. index index.html index.htm;
  8. try_files $uri $uri/ /index.html;
  9. }
  10. }