Skip to content

Commit

Permalink
Adds block to prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Jul 15, 2022
1 parent 143eaf3 commit e1e6a2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nginx/production
Expand Up @@ -41,6 +41,15 @@ server {
# root /var/www/certbot;
# }
#
# location ~ ^/(login|password-reset|resend-link) {
# limit_req zone=loginlimit;
#
# proxy_pass http://web;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Host $host;
# proxy_redirect off;
# }
#
# location / {
# proxy_pass http://web;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit e1e6a2d

Please sign in to comment.