Stripe checkout #104411

Merged
Anna Sirota merged 61 commits from stripe into main 2024-06-17 18:08:41 +02:00
Showing only changes of commit 59012cf5ff - Show all commits

View File

@ -25,6 +25,16 @@ server {
rewrite ^/wing-it /films/wing-it permanent; rewrite ^/wing-it /films/wing-it permanent;
rewrite ^/films/pet-projects/(.*)$ /films/wing-it/$1 permanent; rewrite ^/films/pet-projects/(.*)$ /films/wing-it/$1 permanent;
location /robots.txt {
add_header Content-Type text/plain;
return 200 "";
}
location /favicon.ico {
root {{ dir.static }}/common/images/favicon;
}
include {{ dir.config }}/studio.common.conf; include {{ dir.config }}/studio.common.conf;
location / { location / {