Skip to content

Commit

Permalink
chore: remove commented nginx config notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Feb 12, 2025
1 parent 1d7dce1 commit d16c0c1
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions build/wdqs-frontend/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,3 @@ server {
root /usr/share/nginx/html;
}
}




# server {
# listen 80 default_server;
# listen [::]:80 default_server;
#
# location ~ ^/bigdata/(namespace/[a-zA-Z0-9_]+/sparql|ldf|assets) {
# # use IP address for the backend and not "localhost" to ensure
# # connection is done over IPv4 (backend is configured as IPv4 only)
# proxy_pass http://${PROXY_PASS_HOST};
#
# proxy_set_header X-BIGDATA-MAX-QUERY-MILLIS ${PROXY_MAX_QUERY_MILLIS};
# proxy_set_header X-BIGDATA-READ-ONLY "yes";
#
# add_header Access-Control-Allow-Origin * always;
# #add_header Cache-Control "public, max-age=300";
# add_header Vary Accept;
#
# client_max_body_size 1m;
# client_body_buffer_size 1m;
# proxy_intercept_errors off;
# proxy_buffering on;
# proxy_buffer_size 16k;
# proxy_buffers 256 16k;
# proxy_busy_buffers_size 256k;
# proxy_temp_file_write_size 16k;
# proxy_max_temp_file_size 10m;
# proxy_read_timeout 300;
#
# limit_except GET OPTIONS POST {
# deny all;
# }
#
# }
# }

0 comments on commit d16c0c1

Please sign in to comment.