Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-composer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
noblogs-composer
Commits
e07a5953
Commit
e07a5953
authored
2 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Add CORS headers to noblogs.ai-cdn.net
And disallow all requests that are not static content.
parent
170cba5e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/conf/apache2/sites-available/noblogs.ai-cdn.net.conf
+16
-1
16 additions, 1 deletion
docker/conf/apache2/sites-available/noblogs.ai-cdn.net.conf
with
16 additions
and
1 deletion
docker/conf/apache2/sites-available/noblogs.ai-cdn.net.conf
+
16
−
1
View file @
e07a5953
...
...
@@ -2,9 +2,24 @@
ServerName
noblogs
.
ai
-
cdn
.
net
DocumentRoot
/
opt
/
noblogs
/
www
SetEnvIf
X
-
Forwarded
-
Proto
https
HTTPS
=
on
Header
set
Access
-
Control
-
Allow
-
Origin
"*"
<
Directory
/
opt
/
noblogs
/
www
>
Options
FollowSymLinks
AllowOverride
All
Require
all
grant
ed
Require
all
deni
ed
</
Directory
>
<
Directory
/
opt
/
noblogs
/
www
/
wp
-
content
>
Options
-
Indexes
Require
all
granted
</
Directory
>
<
Directory
/
opt
/
noblogs
/
www
/
wp
-
includes
>
Options
-
Indexes
Require
all
granted
</
Directory
>
</
VirtualHost
>
This diff is collapsed.
Click to expand it.
ale
@ale
mentioned in issue
#61 (closed)
·
2 years ago
mentioned in issue
#61 (closed)
mentioned in issue #61
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment