We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dca13 commit 1596a6aCopy full SHA for 1596a6a
config/all/nginx/templates/hcommons.conf.template
@@ -25,9 +25,9 @@ server {
25
listen 80 default_server;
26
server_name ~^(?<sitename>[\w-]+\.)?(?<subdomain>[\w-]+)\.${DOMAIN_NAME}$ action.mla.org symposium.mla.org *.action.mla.org *.symposium.mla.org commons.msu.edu *.commons.msu.edu;
27
28
- #if ( $subdomain = "msu" ) {
29
- # rewrite ^ "https://${sitename}commons.msu.edu$uri" permanent;
30
- #}
+ if ( $subdomain = "msu" ) {
+ rewrite ^ "https://${sitename}commons.msu.edu$uri" permanent;
+ }
31
32
root "/app/site/web";
33
index index.php index.htm index.html;
0 commit comments