We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a9c88 commit 47969c4Copy full SHA for 47969c4
nginx/nginx.conf
@@ -22,6 +22,13 @@ http {
22
gzip on;
23
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
24
25
+ server {
26
+ listen $PORT;
27
+ listen [::]:$PORT;
28
+ server_name wetlands-gap-map-staging-b3fdd14996a5.herokuapp.com www.wetlands-gap-map-staging-b3fdd14996a5.herokuapp.com;
29
+ return 301 https://gaps-staging.wetlands.org$request_uri;
30
+ }
31
+
32
server {
33
listen $PORT;
34
listen [::]:$PORT;
0 commit comments