We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f263e commit a0d3267Copy full SHA for a0d3267
2 files changed
ansible/group_vars/tileservers.yml
@@ -89,7 +89,7 @@ apache:
89
ModTileThrottlingRenders 128 0.2
90
</IfModule>
91
92
- Header set Access-Control-Allow-Origin "*"
+ Header always set Access-Control-Allow-Origin "*"
93
94
Include /etc/apache2/sites-available/tileserver_blocks.inc
95
<Location /server-status>
ansible/group_vars/website_servers.yml
@@ -100,7 +100,7 @@ apache:
100
#ProxyPass /timestamp !
101
Alias "/timestamp" "/var/data/timestamp.txt"
102
Alias "/v2/timestamp" "/var/data/timestamp.txt"
103
104
<location /timestamp>
105
ForceType text/plain
106
Require all granted
0 commit comments