AniNIX/Wiki#21 -- effecting renames for policy
This commit is contained in:
		@@ -10,6 +10,7 @@ server {
 | 
			
		||||
    location / {
 | 
			
		||||
 | 
			
		||||
      rewrite ^/martialarts(\/)*(\/index.html)*$ /assets/martialarts/index.html;
 | 
			
		||||
      rewrite ^/hire(\/)*(\/index.html)*$ /assets/hire/index.html;
 | 
			
		||||
 | 
			
		||||
      proxy_set_header Host $http_host;
 | 
			
		||||
      proxy_set_header X-Forwarded-Host $host;
 | 
			
		||||
@@ -34,6 +35,15 @@ server {
 | 
			
		||||
        rewrite /martialarts/maqotw.xml /MartialArts/Wiki/raw/branch/main/rss/maqotw.xml;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    location /25u {
 | 
			
		||||
        include conf.d/fastcgi.config;
 | 
			
		||||
        root /usr/share/webapps/aninix/;
 | 
			
		||||
        location ~* 25u {
 | 
			
		||||
            try_files $uri /25u_subnetting.php;
 | 
			
		||||
            expires max;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    location /whatismyip {
 | 
			
		||||
        include conf.d/fastcgi.config;
 | 
			
		||||
        root /usr/share/webapps/aninix/;
 | 
			
		||||
@@ -52,8 +62,6 @@ server {
 | 
			
		||||
        root /usr/share/webapps/aninix/;
 | 
			
		||||
        try_files $uri /scratch.html;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
server {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user