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 423be77 commit 5d47cf2Copy full SHA for 5d47cf2
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