Stripe checkout #104411
@ -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 / {
|
||||||
|
Loading…
Reference in New Issue
Block a user