remove certbot from cutlergyor image; remove set header from 000-default.conf
This commit is contained in:
@@ -34,9 +34,9 @@
|
|||||||
# Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token"
|
# Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token"
|
||||||
|
|
||||||
# Added a rewrite to respond with a 200 SUCCESS on every OPTIONS request.
|
# Added a rewrite to respond with a 200 SUCCESS on every OPTIONS request.
|
||||||
RewriteEngine On
|
# RewriteEngine On
|
||||||
RewriteCond %{REQUEST_METHOD} OPTIONS
|
# RewriteCond %{REQUEST_METHOD} OPTIONS
|
||||||
RewriteRule ^(.*)$ $1 [R=200,L]
|
# RewriteRule ^(.*)$ $1 [R=200,L]
|
||||||
|
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|||||||
Reference in New Issue
Block a user